From f1dddbb210a3df7de116aebfd8440b235fdb1427 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 1 Aug 2003 07:52:22 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1931 --- client/client_state.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client_state.C b/client/client_state.C index 418e5825ba..e3844c30f7 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -401,8 +401,8 @@ int CLIENT_STATE::cpu_benchmarks() { msg_printf(NULL, MSG_INFO, "Benchmark results: FP: %.0f%s; Int: %.0f%s; Mem BW: %.0f%s", host_info.p_fpops, (host_info.p_fpop_err?" [ERROR]":""), - host_info.p_iops, (host_info.p_iops?" [ERROR]":""), - host_info.p_membw, (host_info.p_membw?" [ERROR]":"") + host_info.p_iops, (host_info.p_iops_err?" [ERROR]":""), + host_info.p_membw, (host_info.p_membw_err?" [ERROR]":"") ); }