summaryrefslogtreecommitdiff
path: root/package/source/xstor/switchpersistencestream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/switchpersistencestream.cxx')
-rw-r--r--package/source/xstor/switchpersistencestream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/switchpersistencestream.cxx b/package/source/xstor/switchpersistencestream.cxx
index c7c2ac87b435..664f455e5cbb 100644
--- a/package/source/xstor/switchpersistencestream.cxx
+++ b/package/source/xstor/switchpersistencestream.cxx
@@ -317,7 +317,7 @@ void SAL_CALL SwitchablePersistenceStream::flush( )
if ( !m_pStreamData || m_pStreamData->m_bInStreamBased )
{
- OSL_FAIL( "flush() is not acceptable!\n" );
+ OSL_FAIL( "flush() is not acceptable!" );
return;
// in future throw exception, for now some code might call flush() on closed stream
// since file ucp implementation allows it