summaryrefslogtreecommitdiffstats
path: root/src/cmd/factotum/xio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/factotum/xio.c')
-rw-r--r--src/cmd/factotum/xio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/factotum/xio.c b/src/cmd/factotum/xio.c
index 50890847..2e6b141b 100644
--- a/src/cmd/factotum/xio.c
+++ b/src/cmd/factotum/xio.c
@@ -87,7 +87,7 @@ _ioauthdial(va_list *arg)
dom = va_arg(*arg, char*);
fd = _authdial(net, dom);
if(fd < 0)
- fprint(2, "authdial: %r");
+ fprint(2, "authdial: %r\n");
return fd;
}