IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2006, 9:31:57 PM (20 years ago)
Author:
eugene
Message:

updating tests, moving cd output to outfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/cd.c

    r4572 r6266  
    1717      return (FALSE);
    1818    }
    19     fprintf(stderr, "cwd: %s\n", cwd);
     19    fprintf(GetOutfile(), "cwd: %s\n", cwd);
    2020    ohana_memregister (cwd);
    2121    free (cwd);
     
    4141    return (FALSE);
    4242  }
    43   fprintf(stderr, "cwd: %s\n", cwd);
     43  fprintf(GetOutfile(), "cwd: %s\n", cwd);
    4444  ohana_memregister (cwd);
    4545  free (cwd);
Note: See TracChangeset for help on using the changeset viewer.