/[hydra]/hydra/src/boa.c
ViewVC logotype

Diff of /hydra/src/boa.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by nmav, Fri Sep 27 21:09:11 2002 UTC revision 1.9 by nmav, Fri Sep 27 23:40:29 2002 UTC
# Line 288  server_params *params; Line 288  server_params *params;
288      if (max_threads > 1) {      if (max_threads > 1) {
289        log_error_time();        log_error_time();
290        fprintf(stderr,        fprintf(stderr,
291                "Generated pool of %d threads.\n", max_threads);                "%s: Generated pool of %d threads.\n", SERVER_NAME, max_threads);
292      }      }
293    
294      global_server_params_size = max_threads;      global_server_params_size = max_threads;
# Line 369  pthread_t tid; Line 369  pthread_t tid;
369    
370       log_error_time();       log_error_time();
371       fprintf(stderr,       fprintf(stderr,
372                "Dispatched HIC main thread.\n");                "%s: Dispatched HIC main thread.\n", SERVER_NAME);
373    
374    
375  #endif  #endif

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26