mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
comment out pthread_create failure log; seeing it too often and it's
just for the web view.
This commit is contained in:
parent
9eb424201d
commit
51ffdce185
1 changed files with 2 additions and 2 deletions
|
@ -287,8 +287,8 @@ run_http_thread( HttpState* state )
|
||||||
if ( 0 == result ) {
|
if ( 0 == result ) {
|
||||||
pthread_detach( thread );
|
pthread_detach( thread );
|
||||||
} else {
|
} else {
|
||||||
logf( XW_LOGERROR, "%s: pthread_create failed: %s", __func__,
|
/* logf( XW_LOGERROR, "%s: pthread_create failed: %s", __func__, */
|
||||||
strerror(errno) );
|
/* strerror(errno) ); */
|
||||||
}
|
}
|
||||||
} /* run_http_thread */
|
} /* run_http_thread */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue