*** empty log message ***

svn path=/trunk/boinc/; revision=1932
This commit is contained in:
Karl Chen 2003-08-01 07:54:13 +00:00
parent f1dddbb210
commit fa5964eb15
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ 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_err?" [ERROR]":""),
host_info.p_iops, (host_info.p_iop_err?" [ERROR]":""),
host_info.p_membw, (host_info.p_membw_err?" [ERROR]":"")
);
}