summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/common.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-05-25 16:50:08 +0000
committerdes <des@FreeBSD.org>2000-05-25 16:50:08 +0000
commit969e1c4e0dea5cae0d6a109b23c890309caa0fe0 (patch)
tree2b1f78ae18f391191f288844c4dcb6019e5b4e83 /lib/libfetch/common.c
parent59892af9b116e3fa452851819517a361c4ab2b0e (diff)
downloadFreeBSD-src-969e1c4e0dea5cae0d6a109b23c890309caa0fe0.zip
FreeBSD-src-969e1c4e0dea5cae0d6a109b23c890309caa0fe0.tar.gz
Output newline after debugging message
Diffstat (limited to 'lib/libfetch/common.c')
-rw-r--r--lib/libfetch/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c
index 9ec6825..59f92cb 100644
--- a/lib/libfetch/common.c
+++ b/lib/libfetch/common.c
@@ -157,6 +157,7 @@ _fetch_info(char *fmt, ...)
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);
+ fputc('\n', stderr);
}
OpenPOWER on IntegriCloud