Changeset 1047
- Timestamp:
- 06/09/06 06:17:46 (2 years ago)
- Files:
-
- 1 modified
-
branches/ipc-branch/osplugin/osplugin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ipc-branch/osplugin/osplugin.c
r1026 r1047 432 432 */ 433 433 break; 434 434 case OSYNC_MESSAGE_QUEUE_HUP: 435 osync_trace(TRACE_INTERNAL, "%s: ERROR: Queue hangup", __func__); 436 fprintf(stderr, "Pipe closed! Exiting.\n"); 437 exit(1); 438 break; 435 439 default: 436 440 osync_trace(TRACE_INTERNAL, "%s: ERROR: Unknown message", __func__);
