mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +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 ) {
|
||||
pthread_detach( thread );
|
||||
} else {
|
||||
logf( XW_LOGERROR, "%s: pthread_create failed: %s", __func__,
|
||||
strerror(errno) );
|
||||
/* logf( XW_LOGERROR, "%s: pthread_create failed: %s", __func__, */
|
||||
/* strerror(errno) ); */
|
||||
}
|
||||
} /* run_http_thread */
|
||||
|
||||
|
|
Loading…
Reference in a new issue