diff options
author | spew <devnull@localhost> | 2017-03-27 21:38:12 -0500 |
---|---|---|
committer | spew <devnull@localhost> | 2017-03-27 21:38:12 -0500 |
commit | 3103efb8b06503825f3d14c5c5758a431794e4b3 (patch) | |
tree | 609c12ef8ac68a09b3ddd4a1efcf2720e3abc28a /sys/src/cmd/hjfs/auth.c | |
parent | 2e64925b91b4fc19d770dc685c3182121ce6e551 (diff) |
hjfs: simplify dprinting
Diffstat (limited to 'sys/src/cmd/hjfs/auth.c')
-rw-r--r-- | sys/src/cmd/hjfs/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/hjfs/auth.c b/sys/src/cmd/hjfs/auth.c index ede0286e5..ec9c5e00b 100644 --- a/sys/src/cmd/hjfs/auth.c +++ b/sys/src/cmd/hjfs/auth.c @@ -455,7 +455,7 @@ found: } continue; erropt: - dprint("hjfs: newuser: ignoring erroneous option %s\n", argv[i]); + dprint("newuser: ignoring erroneous option %s\n", argv[i]); } if(resort) qsort(fs->udata, fs->nudata, sizeof(User), usercomp); |