summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-10-08 14:34:58 +0200
committerEike Rathke <erack@redhat.com>2014-10-08 14:35:36 +0200
commitf84dac9b1f394b05ceabb54fc77663cd747a3148 (patch)
tree61a2a7fd35f74b889541f85833ffa7c5c6086e25 /basic
parentback out more wrong and confusing tools::Time comment changes (diff)
downloadcore-f84dac9b1f394b05ceabb54fc77663cd747a3148.tar.gz
core-f84dac9b1f394b05ceabb54fc77663cd747a3148.zip
back out even more wrong tools::Time changes, geez..
Change-Id: I52eb3400769999d7f554c3bdb8746f65b7990388
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/sbcomp.cxx2
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 );