Changeset 7917 for trunk/Ohana/src/opihi/pantasks/pantasks.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/pantasks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/pantasks.c
r6687 r7917 38 38 /* standard welcome message */ 39 39 void welcome () { 40 fprintf (stderr, "\n");41 fprintf (stderr, "Welcome to %s - %s\n\n", opihi_name, opihi_description);40 gprint (GP_LOG, "\n"); 41 gprint (GP_LOG, "Welcome to %s - %s\n\n", opihi_name, opihi_description); 42 42 } 43 43 … … 51 51 52 52 void gotsignal (int signum) { 53 fprintf (stderr, "got signal : %d\n", signum);53 gprint (GP_ERR, "got signal : %d\n", signum); 54 54 return; 55 55 }
Note:
See TracChangeset
for help on using the changeset viewer.
