Changeset 41483 for trunk/Ohana/src/opihi/lib.shell/gprint.c
- Timestamp:
- Feb 3, 2021, 2:12:35 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/gprint.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/gprint.c
r38986 r41483 304 304 305 305 if (stream[0].mode == GP_FILE) { 306 // fprintf (stderr, "printing to %s, mode FILE, thread %d\n", stream[0].name, (int) stream[0].thread); 306 307 status = vfprintf (stream[0].file, format, argp); 307 308 fflush (stream[0].file); … … 310 311 } 311 312 } else { 313 // fprintf (stderr, "printing to %s, mode BUFF, thread %d\n", stream[0].name, (int) stream[0].thread); 312 314 vPrintIOBuffer (stream[0].buffer, format, argp); 313 315 }
Note:
See TracChangeset
for help on using the changeset viewer.
