summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-03 16:59:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-03 16:59:43 +0100
commitcede5686f6b622686f6f5c5a3b69e1af7e086741 (patch)
treec3a35b063feefaae77b12da3262f04551295c65a /sot
parent4afd260197d3db27cd7ac46c0e2bff6d4bc84536 (diff)
should have been SAL_WARN
Change-Id: I3f5fd059ecd5b6c4278ffe0f3a2d69b6526d2d01
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgstrms.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgstrms.cxx b/sot/source/sdstor/stgstrms.cxx
index ec57730fa819..88bc41630f4b 100644
--- a/sot/source/sdstor/stgstrms.cxx
+++ b/sot/source/sdstor/stgstrms.cxx
@@ -437,7 +437,7 @@ sal_Bool StgStrm::Pos2Page( sal_Int32 nBytePos )
//subsequent seeks
if (m_aPagesCache.empty())
{
- fprintf(stderr, "kicking off large seek helper\n");
+ SAL_WARN("sot", "kicking off large seek helper\n");
buildPageChainCache();
}