From 2ce4a496dc0194cf1d0d8029a3091de6d3765fde Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Tue, 27 Feb 2007 14:40:22 +0000 Subject: [PATCH] Scheduler: stop complaining about some unrecognized tags svn path=/trunk/boinc/; revision=12166 --- sched/server_types.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sched/server_types.C b/sched/server_types.C index f73968c419..7ecaa056ff 100644 --- a/sched/server_types.C +++ b/sched/server_types.C @@ -823,6 +823,8 @@ int HOST::parse_time_stats(FILE* fin) { else if (parse_double(buf, "", connected_frac)) continue; else if (parse_double(buf, "", active_frac)) continue; else if (parse_double(buf, "", cpu_efficiency)) continue; + else if (match_tag(buf, "")) continue; + else if (match_tag(buf, "")) continue; else { log_messages.printf( SCHED_MSG_LOG::MSG_NORMAL,