Kaydet (Commit) 0541ac34 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

vcl: fixed debug build

üst f5aa9247
...@@ -296,9 +296,7 @@ struct GetPPDAttribs ...@@ -296,9 +296,7 @@ struct GetPPDAttribs
) )
{ {
#if OSL_DEBUG_LEVEL > 1 #if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "cupsGetPPD %s timed out\n", fprintf( stderr, "cupsGetPPD %s timed out\n", m_aParameter.getStr() );
(const sal_Char *) m_aParameter
);
#endif #endif
} }
m_pSyncMutex->acquire(); m_pSyncMutex->acquire();
......
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