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 ) { 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 */