diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx index a8ca0e0f80f4..356fd6d52e3d 100644 --- a/testtools/source/performance/ubtest.cxx +++ b/testtools/source/performance/ubtest.cxx @@ -1035,7 +1035,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs ) out( " log=" ); if (stream == stderr) out( "stderr" ); - else if (stream == stderr) + else if (stream == stdout) out( "stdout loop=" ); else out( aLogStr );