summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-10-11 18:58:37 +0300
committerTor Lillqvist <tml@collabora.com>2018-10-11 19:57:40 +0300
commit0f2c0238dc988d49acc8687c83a49d199df8f9d0 (patch)
tree656f94478838b0d0a7ecae066a313173a8413aa8 /tools
parente519d7b58454d39fb39e4420872c9a677e1b2296 (diff)
Don't just log the file name, at least say what we are doing with it
Change-Id: I9ff0b4287c5be0dfc83740b75d58cab78dc990f7
Diffstat (limited to 'tools')
-rw-r--r--tools/source/stream/strmunx.cxx2
1 files changed, 1 insertions, 1 deletions
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;