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

    r5919 r7917  
    3838/* standard welcome message */
    3939void welcome () {
    40   fprintf (stderr, "\n");
    41   fprintf (stderr, "Welcome to %s - %s\n\n", opihi_name, opihi_description);
     40  gprint (GP_ERR, "\n");
     41  gprint (GP_ERR, "Welcome to %s - %s\n\n", opihi_name, opihi_description);
    4242}
    4343
     
    4949
    5050void gotsignal (int signum) {
    51   fprintf (stderr, "got signal : %d\n", signum);
     51  gprint (GP_ERR, "got signal : %d\n", signum);
    5252  return;
    5353}
Note: See TracChangeset for help on using the changeset viewer.