Kaydet (Commit) 0f2c0238 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't just log the file name, at least say what we are doing with it

Change-Id: I9ff0b4287c5be0dfc83740b75d58cab78dc990f7
üst e519d7b5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment