IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2937


Ignore:
Timestamp:
Jan 8, 2005, 2:44:35 PM (22 years ago)
Author:
eugene
Message:

added compile-time VERBOSE mode

File:
1 edited

Legend:

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

    r2598 r2937  
    11# include "opihi.h"
     2# define VERBOSE 0
    23
    34int command (char *line, char **outline) {
     
    6667  }
    6768  set_int_variable ("STATUS", status);
     69  if (VERBOSE) fprintf (stderr, "command: %s, status: %d\n", line, status);
    6870  return (status);
    6971
Note: See TracChangeset for help on using the changeset viewer.