From 0f2c0238dc988d49acc8687c83a49d199df8f9d0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 11 Oct 2018 18:58:37 +0300 Subject: Don't just log the file name, at least say what we are doing with it Change-Id: I9ff0b4287c5be0dfc83740b75d58cab78dc990f7 --- tools/source/stream/strmunx.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index a74262fac383..057ac61f121f 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -542,7 +542,7 @@ void SvFileStream::Close() if ( IsOpen() ) { - SAL_INFO("tools", aFilename); + SAL_INFO("tools", "Closing " << aFilename); Flush(); osl_closeFile( pInstanceData->rHandle ); pInstanceData->rHandle = nullptr; -- cgit