diff options
author | Eike Rathke <erack@redhat.com> | 2014-10-08 14:34:58 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-10-08 14:35:36 +0200 |
commit | f84dac9b1f394b05ceabb54fc77663cd747a3148 (patch) | |
tree | 61a2a7fd35f74b889541f85833ffa7c5c6086e25 /basic | |
parent | 04a810cee48d213806f13deb7953caa39ad08628 (diff) |
back out even more wrong tools::Time changes, geez..
Change-Id: I52eb3400769999d7f554c3bdb8746f65b7990388
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/sbcomp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx index 8af2d4ecc434..293e8cf740e3 100644 --- a/basic/source/comp/sbcomp.cxx +++ b/basic/source/comp/sbcomp.cxx @@ -382,7 +382,7 @@ void lcl_printTimeOutput( void ) { // Overall time output lcl_lineOut( "" ); - lcl_lineOut( "***** tools::Time Output *****" ); + lcl_lineOut( "***** Time Output *****" ); char TimeBuffer[500]; double dTotalTime = GpTimer->getElapsedTime() - GdStartTime; sprintf( TimeBuffer, "Total execution time = %f ms", dTotalTime*1000.0 ); |