IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10655


Ignore:
Timestamp:
Dec 12, 2006, 7:40:00 AM (20 years ago)
Author:
eugene
Message:

adding a log

File:
1 edited

Legend:

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

    r10073 r10655  
    77  char *line, *prompt, *history;
    88  pid_t ppid;
     9  FILE *log;
    910
    1011  general_init (&argc, argv);
     
    1415  history = get_variable("HISTORY");
    1516  welcome ();
     17
     18  log = fopen ("pcontrol.log", "w");
    1619
    1720  Nbad = 0;
Note: See TracChangeset for help on using the changeset viewer.