IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/opihi.c

    r7892 r7917  
    2525      ppid = getppid();
    2626      if (ppid == 1) {
    27         fprintf (stderr, "caught parent shutdown\n");
     27        gprint (GP_ERR, "caught parent shutdown\n");
    2828        exit (2);
    2929      }
    3030      if (!isatty (STDIN_FILENO)) exit (2);
    31       fprintf (stdout, "Use \"quit\" to exit\n");
     31      gprint (GP_LOG, "Use \"quit\" to exit\n");
    3232      Nbad ++;
    3333      continue;
Note: See TracChangeset for help on using the changeset viewer.