X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnaddress.c;h=c6cfd73f4473722d356e7477307863e471f69e1c;hb=10e4af99b8879f1a0ddad9908bc3c838e3aeab96;hp=77bed1befcdf7b26688221186e234fccab42a6b0;hpb=3b34449070c0846fdc49436d1edd5916512f1644;p=util-vserver.git diff --git a/src/naddress.c b/src/naddress.c index 77bed1b..c6cfd73 100644 --- a/src/naddress.c +++ b/src/naddress.c @@ -339,6 +339,8 @@ doit(struct Arguments *args) for (ips = &args->head; ips->next; ips = ips->next) { tellAddress(&ips->a, args->is_silent); if (vc_net_add(args->nid, &ips->a) != (int)ips->a.count) { + if (!args->is_silent) + WRITE_MSG(1, "\n"); perror(ENSC_WRAPPERS_PREFIX "vc_net_add()"); exit(wrapper_exit_code); }