- Timestamp:
- Nov 1, 2003, 12:53:53 AM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 7d22e76
- Parents:
- 1db061d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r12c35df r252a5c2 126 126 /* sub with defaults */ 127 127 if (ZSubscribeTo(subs,count,0) != ZERR_NONE) { 128 fprintf(stderr, "Error subbing\n");128 owl_function_error("Error subscribing to zephyr notifications."); 129 129 ret=-2; 130 130 } … … 188 188 /* sub with defaults */ 189 189 if (ZSubscribeToSansDefaults(subs,count,0) != ZERR_NONE) { 190 fprintf(stderr, "Error subbing\n");190 owl_function_error("Error subscribing to zephyr notifications."); 191 191 ret=-2; 192 192 }
Note: See TracChangeset
for help on using the changeset viewer.