X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnaddress.c;h=c6cfd73f4473722d356e7477307863e471f69e1c;hb=68ec94ff313f8b45e08d08e38fd91b2d482ac014;hp=77bed1befcdf7b26688221186e234fccab42a6b0;hpb=5280366ac34df35ffc0bd4bc86ec2a5b22951e4b;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); }