IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27965


Ignore:
Timestamp:
May 16, 2010, 12:18:56 PM (16 years ago)
Author:
eugene
Message:

add notes re freopen

File:
1 edited

Legend:

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

    r23530 r27965  
    2727  // define server output log files
    2828  if (VarConfig ("PANTASKS_SERVER_STDOUT", "%s", log_stdout) != NULL) {
     29      // redirect stdout to file unless PANTASKS_SERVER_STDOUT is 'stdout'
     30      // if (strcmp (log_stdout, "stdout")) {
     31      // freopen (log_stdout,
    2932      gprintSetFileThisThread (GP_LOG, log_stdout);
    3033  }
Note: See TracChangeset for help on using the changeset viewer.