Changeset 2570

Show
Ignore:
Timestamp:
07/29/07 18:32:32 (1 year ago)
Author:
dhozac
Message:

Prettier output on error.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/naddress.c

    r2387 r2570  
    340340      tellAddress(&ips->a, args->is_silent); 
    341341      if (vc_net_add(args->nid, &ips->a) != (int)ips->a.count) { 
     342        if (!args->is_silent) 
     343          WRITE_MSG(1, "\n"); 
    342344        perror(ENSC_WRAPPERS_PREFIX "vc_net_add()"); 
    343345        exit(wrapper_exit_code);