comment out pthread_create failure log; seeing it too often and it's

just for the web view.
This commit is contained in:
Andy2 2010-07-26 18:37:44 -07:00
parent 9eb424201d
commit 51ffdce185

View file

@ -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 */