summaryrefslogtreecommitdiff
path: root/sys/src/cmd/hjfs/dump.c
diff options
context:
space:
mode:
authorspew <devnull@localhost>2017-03-27 21:38:12 -0500
committerspew <devnull@localhost>2017-03-27 21:38:12 -0500
commit3103efb8b06503825f3d14c5c5758a431794e4b3 (patch)
tree609c12ef8ac68a09b3ddd4a1efcf2720e3abc28a /sys/src/cmd/hjfs/dump.c
parent2e64925b91b4fc19d770dc685c3182121ce6e551 (diff)
hjfs: simplify dprinting
Diffstat (limited to 'sys/src/cmd/hjfs/dump.c')
-rw-r--r--sys/src/cmd/hjfs/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/hjfs/dump.c b/sys/src/cmd/hjfs/dump.c
index 4a9982693..bef3f8ef7 100644
--- a/sys/src/cmd/hjfs/dump.c
+++ b/sys/src/cmd/hjfs/dump.c
@@ -134,7 +134,7 @@ again:
if(rc < 0)
goto err;
if(rc == 0){
- dprint("hjfs: willmodify: block %lld has refcount 0\n", l->blk);
+ dprint("willmodify: block %lld has refcount 0\n", l->blk);
werrstr("phase error -- willmodify");
goto err;
}