Kaydet (Commit) 6cf6b5c5 authored tarafından obo's avatar obo

CWS-TOOLING: integrate CWS debuglevels

...@@ -109,7 +109,7 @@ UnxPluginComm::~UnxPluginComm() ...@@ -109,7 +109,7 @@ UnxPluginComm::~UnxPluginComm()
int status = 16777216; int status = 16777216;
pid_t nExit = waitpid( m_nCommPID, &status, WUNTRACED ); pid_t nExit = waitpid( m_nCommPID, &status, WUNTRACED );
#if OSL_DEBUG_LEVEL > 1 #if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "child %d (plugin app child %d) exited with status %d\n", nExit, m_nCommPID, WEXITSTATUS(status) ); fprintf( stderr, "child %d (plugin app child %d) exited with status %d\n", (int)nExit, (int)m_nCommPID, (int)WEXITSTATUS(status) );
#else #else
(void)nExit; (void)nExit;
#endif #endif
......
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