8023899: Typo in TraceCPUTime message

Removed the comma

Reviewed-by: pliden, tschatzl
This commit is contained in:
Jesper Wilhelmsson 2014-01-31 13:38:01 +01:00
parent ad8d066a4a
commit 4dde43fa62

View file

@ -194,7 +194,7 @@ TraceCPUTime::~TraceCPUTime() {
system_secs = system_time - _starting_system_time;
real_secs = real_time - _starting_real_time;
_logfile->print(" [Times: user=%3.2f sys=%3.2f, real=%3.2f secs] ",
_logfile->print(" [Times: user=%3.2f sys=%3.2f real=%3.2f secs] ",
user_secs, system_secs, real_secs);
} else {