[Compbench-devel] CompBenchmarks++/libcompbenchmarks/UI UI-Console.cpp, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-06-06 21:38:58
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8531 Modified Files: UI-Console.cpp Log Message: Fatal errors handled. Index: UI-Console.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI/UI-Console.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** UI-Console.cpp 6 Jun 2007 17:39:59 -0000 1.2 --- UI-Console.cpp 6 Jun 2007 21:38:53 -0000 1.3 *************** *** 146,149 **** --- 146,153 ---- curmsg+="'"; break; + case UIMsg::FatalError: + curmsg+="FATAL : "; + curmsg+=objectField(_msg, "name"); + break; case UIMsg::BenchmarkBench: curmsg+="Benchmarking "; |