Changeset 252a5c2 for zephyr.c


Ignore:
Timestamp:
Nov 1, 2003, 12:53:53 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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
Message:
Print an admin message indicating when subscriptions can
   not be loaded on startup
Fixed bug causing problems with invalid @ colors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r12c35df r252a5c2  
    126126  /* sub with defaults */
    127127  if (ZSubscribeTo(subs,count,0) != ZERR_NONE) {
    128     fprintf(stderr, "Error subbing\n");
     128    owl_function_error("Error subscribing to zephyr notifications.");
    129129    ret=-2;
    130130  }
     
    188188  /* sub with defaults */
    189189  if (ZSubscribeToSansDefaults(subs,count,0) != ZERR_NONE) {
    190     fprintf(stderr, "Error subbing\n");
     190    owl_function_error("Error subscribing to zephyr notifications.");
    191191    ret=-2;
    192192  }
Note: See TracChangeset for help on using the changeset viewer.