Changeset 7917 for trunk/Ohana/src/opihi/pantasks/scheduler.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/scheduler.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/scheduler.c
r4689 r7917 52 52 f = fopen (opihi_history, "a"); 53 53 if (f == NULL) /* no current history file here */ 54 fprintf (stderr, "can't save history.\n");54 gprint (GP_ERR, "can't save history.\n"); 55 55 else 56 56 fclose (f); … … 65 65 /* standard welcome message */ 66 66 void welcome () { 67 fprintf (stderr, "\n");68 fprintf (stderr, "Welcome to %s - %s\n\n", opihi_name, opihi_description);67 gprint (GP_LOG, "\n"); 68 gprint (GP_LOG, "Welcome to %s - %s\n\n", opihi_name, opihi_description); 69 69 } 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
