Got rid of annoying 'no <host_venue>' tag messages from scheduler

svn path=/trunk/boinc/; revision=5399
This commit is contained in:
Bruce Allen 2005-02-11 05:45:49 +00:00
parent 87d0753b1a
commit 7a68df5b2a
2 changed files with 4 additions and 1 deletions

View File

@ -24542,9 +24542,10 @@ Bruce 10 Feb 2005
makes host_has_file() skip the final WU in the vector in hunting for a file.
- Better log message for setting coredump size.
I - Added RCSID tag to sched_timezone.C
- Got rid of annoying 'no <host_venue>' tag messages from scheduler
sched/
sched_send.C
sched_locality.C
main.C
sched_timezone.C
server_types.C

View File

@ -159,6 +159,8 @@ int SCHEDULER_REQUEST::parse(FILE* fin) {
if (!retval) {
file_infos.push_back(fi);
}
} else if (match_tag(buf, "<host_venue>")) {
// do NOTHING here
} else {
log_messages.printf(SCHED_MSG_LOG::NORMAL, "SCHEDULER_REQUEST::parse(): unrecognized: %s\n", buf);
}