Changeset 11443
- Timestamp:
- Jan 30, 2007, 12:32:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/ControllerOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/ControllerOps.c
r11055 r11443 348 348 if ((status == -1) && (errno == EPIPE)) { 349 349 StopController (); 350 if (VerboseMode())gprint (GP_ERR, "controller is down\n");350 gprint (GP_ERR, "controller is down\n"); 351 351 return (FALSE); 352 352 } … … 362 362 if (status == 0) { 363 363 StopController (); 364 if (VerboseMode())gprint (GP_ERR, "controller is down\n");364 gprint (GP_ERR, "controller is down\n"); 365 365 return (FALSE); 366 366 } 367 367 if (status == -1) { 368 if (VerboseMode())gprint (GP_ERR, "controller is not responding\n");368 gprint (GP_ERR, "controller is not responding\n"); 369 369 gwrite (buffer[0].buffer, 1, buffer[0].Nbuffer, GP_ERR); 370 370 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
