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/pantasks_server.c.in

    r13549 r15791  
    2929  // define server output log files
    3030  if (VarConfig ("PANTASKS_SERVER_STDOUT", "%s", log_stdout) != NULL) {
    31       gprintSetFile (GP_LOG, log_stdout);
     31      gprintSetFileThisThread (GP_LOG, log_stdout);
    3232  }
    3333  if (VarConfig ("PANTASKS_SERVER_STDERR", "%s", log_stderr) != NULL) {
    34       gprintSetFile (GP_ERR, log_stderr);
     34      gprintSetFileThisThread (GP_ERR, log_stderr);
    3535  }
    3636
Note: See TracChangeset for help on using the changeset viewer.