diff --git a/checkin_notes b/checkin_notes index 44ce6e043f..4e3c0b9dcf 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2080,3 +2080,10 @@ Charlie 27 Feb 2007 mac_build/ Mac_SA_Insecure.sh Mac_SA_Secure.sh + +Bruce 27 Feb 2007 + Scheduler: stop complaining about some unrecognized tags. + + sched/ + server_types.C + diff --git a/sched/server_types.C b/sched/server_types.C index 065323c7df..f73968c419 100644 --- a/sched/server_types.C +++ b/sched/server_types.C @@ -795,6 +795,15 @@ int HOST::parse(FILE* fin) { else if (match_tag(buf, "")) continue; else if (match_tag(buf, "")) continue; + // not sure where thees fields belong in the above + // categories + // + else if (match_tag(buf, "")) continue; + else if (match_tag(buf, "")) continue; + else if (match_tag(buf, "")) continue; + else if (match_tag(buf, "")) continue; + + else { log_messages.printf(SCHED_MSG_LOG::MSG_NORMAL, "HOST::parse(): unrecognized: %s\n", buf