mirror of https://github.com/BOINC/boinc.git
Got rid of annoying 'no <host_venue>' tag messages from scheduler
svn path=/trunk/boinc/; revision=5399
This commit is contained in:
parent
87d0753b1a
commit
7a68df5b2a
|
@ -24542,9 +24542,10 @@ Bruce 10 Feb 2005
|
||||||
makes host_has_file() skip the final WU in the vector in hunting for a file.
|
makes host_has_file() skip the final WU in the vector in hunting for a file.
|
||||||
- Better log message for setting coredump size.
|
- Better log message for setting coredump size.
|
||||||
I - Added RCSID tag to sched_timezone.C
|
I - Added RCSID tag to sched_timezone.C
|
||||||
|
- Got rid of annoying 'no <host_venue>' tag messages from scheduler
|
||||||
sched/
|
sched/
|
||||||
sched_send.C
|
sched_send.C
|
||||||
sched_locality.C
|
sched_locality.C
|
||||||
main.C
|
main.C
|
||||||
sched_timezone.C
|
sched_timezone.C
|
||||||
|
server_types.C
|
||||||
|
|
|
@ -159,6 +159,8 @@ int SCHEDULER_REQUEST::parse(FILE* fin) {
|
||||||
if (!retval) {
|
if (!retval) {
|
||||||
file_infos.push_back(fi);
|
file_infos.push_back(fi);
|
||||||
}
|
}
|
||||||
|
} else if (match_tag(buf, "<host_venue>")) {
|
||||||
|
// do NOTHING here
|
||||||
} else {
|
} else {
|
||||||
log_messages.printf(SCHED_MSG_LOG::NORMAL, "SCHEDULER_REQUEST::parse(): unrecognized: %s\n", buf);
|
log_messages.printf(SCHED_MSG_LOG::NORMAL, "SCHEDULER_REQUEST::parse(): unrecognized: %s\n", buf);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue