Kaydet (Commit) cede5686 authored tarafından Caolán McNamara's avatar Caolán McNamara

should have been SAL_WARN

Change-Id: I3f5fd059ecd5b6c4278ffe0f3a2d69b6526d2d01
üst 4afd2601
...@@ -437,7 +437,7 @@ sal_Bool StgStrm::Pos2Page( sal_Int32 nBytePos ) ...@@ -437,7 +437,7 @@ sal_Bool StgStrm::Pos2Page( sal_Int32 nBytePos )
//subsequent seeks //subsequent seeks
if (m_aPagesCache.empty()) if (m_aPagesCache.empty())
{ {
fprintf(stderr, "kicking off large seek helper\n"); SAL_WARN("sot", "kicking off large seek helper\n");
buildPageChainCache(); buildPageChainCache();
} }
......
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