Changeset 38986 for trunk/Ohana/src/opihi/lib.shell/gprint.c
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/gprint.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/lib.shell/gprint.c
r27592 r38986 255 255 if (file == NULL) { 256 256 // XXX this is a problem: we are leaving open the old file 257 fprintf (stderr, " cannot open file %s\n", stream[0].name);257 fprintf (stderr, "gprint cannot open file %s\n", stream[0].name); 258 258 free (stream[0].name); 259 259 file = (dest == GP_LOG) ? stdout : stderr;
Note:
See TracChangeset
for help on using the changeset viewer.
