summaryrefslogtreecommitdiffstats
path: root/src/cmd/factotum/xio.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 16:56:15 +0000
committerrsc <devnull@localhost>2005-02-11 16:56:15 +0000
commit2e397eb47c87e78b4a9e2f4a550be4792bd05fa2 (patch)
tree696a69f20b422623857dc00cf309791db2d346e7 /src/cmd/factotum/xio.c
parent3889d01d4b0d7a0c5e32ba81fb3c7e01094b8884 (diff)
downloadplan9port-2e397eb47c87e78b4a9e2f4a550be4792bd05fa2.tar.gz
plan9port-2e397eb47c87e78b4a9e2f4a550be4792bd05fa2.zip
bug fixes; add secstore
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;
}