diff options
Diffstat (limited to 'net/spserver/files/patch-spthreadpool.cpp')
| -rw-r--r-- | net/spserver/files/patch-spthreadpool.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/spserver/files/patch-spthreadpool.cpp b/net/spserver/files/patch-spthreadpool.cpp new file mode 100644 index 000000000000..c493a6441e8e --- /dev/null +++ b/net/spserver/files/patch-spthreadpool.cpp @@ -0,0 +1,11 @@ +--- spthreadpool.cpp.orig Mon Jun 18 12:38:42 2007 ++++ spthreadpool.cpp Mon Jun 18 12:39:00 2007 +@@ -119,7 +119,7 @@ + + if( 0 == pthread_create( &( thread->mId ), &attr, wrapperFunc, thread ) ) { + mTotal++; +- syslog( LOG_NOTICE, "[tp@%s] create thread#%ld\n", mTag, thread->mId ); ++ syslog( LOG_NOTICE, "[tp@%s] create thread#%ld\n", mTag, (long)thread->mId ); + } else { + ret = -1; + syslog( LOG_WARNING, "[tp@%s] cannot create thread\n", mTag ); |
