From 68ec94ff313f8b45e08d08e38fd91b2d482ac014 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 24 Jul 2007 18:38:05 +0000 Subject: [PATCH] Prettify error output. --- src/naddress.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 2.43.0