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

    r13544 r15791  
    1919  // define server output log files
    2020  if (VarConfig ("PANTASKS_SERVER_STDOUT", "%s", log_stdout) != NULL) {
    21       gprintSetFile (GP_LOG, log_stdout);
     21      gprintSetFileThisThread (GP_LOG, log_stdout);
    2222  }
    2323  if (VarConfig ("PANTASKS_SERVER_STDERR", "%s", log_stderr) != NULL) {
    24       gprintSetFile (GP_ERR, log_stderr);
     24      gprintSetFileThisThread (GP_ERR, log_stderr);
    2525  }
    2626
Note: See TracChangeset for help on using the changeset viewer.