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/input_threads.c

    r15782 r15791  
    2020  // define server output log files
    2121  if (VarConfig ("PANTASKS_SERVER_STDOUT", "%s", log_stdout) != NULL) {
    22       gprintSetFile (GP_LOG, log_stdout);
     22      gprintSetFileThisThread (GP_LOG, log_stdout);
    2323  }
    2424  if (VarConfig ("PANTASKS_SERVER_STDERR", "%s", log_stderr) != NULL) {
    25       gprintSetFile (GP_ERR, log_stderr);
     25      gprintSetFileThisThread (GP_ERR, log_stderr);
    2626  }
    2727
Note: See TracChangeset for help on using the changeset viewer.