Kaydet (Commit) a0a5f769 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Use SAL_INFO

Change-Id: Ie84aa24fc7b2d58dbb4f22ef063dfd055f32ae85
üst bfeb4126
...@@ -530,10 +530,7 @@ OUString readConsole() ...@@ -530,10 +530,7 @@ OUString readConsole()
void TRACE(OUString const & sText) void TRACE(OUString const & sText)
{ {
(void) sText; SAL_INFO("desktop.deployment", sText);
#if OSL_DEBUG_LEVEL > 1
writeConsole(sText);
#endif
} }
void syncRepositories( void syncRepositories(
......
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