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/dump.c | |
parent | 2e64925b91b4fc19d770dc685c3182121ce6e551 (diff) |
hjfs: simplify dprinting
Diffstat (limited to 'sys/src/cmd/hjfs/dump.c')
-rw-r--r-- | sys/src/cmd/hjfs/dump.c | 2 |
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; } |