diff options
author | David Tardon <dtardon@redhat.com> | 2010-11-13 20:41:49 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-13 20:42:15 +0100 |
commit | 93a0397f00a747f920d76a705473bcc4934f1793 (patch) | |
tree | c295098b33880b41e477cd38312e30acbb65d0e6 /automation/source/server | |
parent | 9d6314c5ecb057361b7a4d932c9cffd9b05fc1cb (diff) |
m_pDbgWin exists only if OSL_DEBUG_LEVEL > 1
Diffstat (limited to 'automation/source/server')
-rw-r--r-- | automation/source/server/server.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx index 66f6f95ae783..f408cfdc4421 100644 --- a/automation/source/server/server.cxx +++ b/automation/source/server/server.cxx @@ -817,7 +817,7 @@ BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn ) #endif if ( !m_bInsideExecutionLoop ) { -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 m_pDbgWin->AddText( "Posting Event for CommandHdl.\n" ); #endif |