IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2007, 9:52:11 AM (19 years ago)
Author:
eugene
Message:

adding gprintSetFileAllThreads vs ThisThread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/job_threads.c

    r13544 r15791  
    2121  // define server output log files
    2222  if (VarConfig ("PANTASKS_SERVER_STDOUT", "%s", log_stdout) != NULL) {
    23       gprintSetFile (GP_LOG, log_stdout);
     23      gprintSetFileThisThread (GP_LOG, log_stdout);
    2424  }
    2525  if (VarConfig ("PANTASKS_SERVER_STDERR", "%s", log_stderr) != NULL) {
    26       gprintSetFile (GP_ERR, log_stderr);
     26      gprintSetFileThisThread (GP_ERR, log_stderr);
    2727  }
    2828
Note: See TracChangeset for help on using the changeset viewer.