Changeset 7917 for trunk/Ohana/src/opihi/pantasks/task_periods.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/task_periods.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/task_periods.c
r6687 r7917 35 35 36 36 if (argc != 1) { 37 fprintf (stderr, "USAGE: periods [-poll value] [-exec value] [-timeout value]\n");38 fprintf (stderr, " define time periods for this task\n");37 gprint (GP_ERR, "USAGE: periods [-poll value] [-exec value] [-timeout value]\n"); 38 gprint (GP_ERR, " define time periods for this task\n"); 39 39 return (FALSE); 40 40 } … … 44 44 task = GetActiveTask (); 45 45 if (task == NULL) { 46 fprintf (stderr, "ERROR: not defining or running a task\n");46 gprint (GP_ERR, "ERROR: not defining or running a task\n"); 47 47 return (FALSE); 48 48 }
Note:
See TracChangeset
for help on using the changeset viewer.
