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

    r5919 r7917  
    1919  /* load config data (.ptolemyrc) */
    2020  if (!ConfigInit (argc, argv)) {
    21     fprintf (stderr, "can't find config file. some functions will be unavailable\n");
     21    gprint (GP_ERR, "can't find config file. some functions will be unavailable\n");
    2222  }
    2323
     
    5858    f = fopen (opihi_history, "a");
    5959    if (f == NULL) /* no current history file here */
    60       fprintf (stderr, "can't save history.\n");
     60      gprint (GP_ERR, "can't save history.\n");
    6161    else
    6262      fclose (f);
Note: See TracChangeset for help on using the changeset viewer.