From 3103efb8b06503825f3d14c5c5758a431794e4b3 Mon Sep 17 00:00:00 2001 From: spew Date: Mon, 27 Mar 2017 21:38:12 -0500 Subject: hjfs: simplify dprinting --- sys/src/cmd/hjfs/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/hjfs/dump.c') 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; } -- cgit v1.2.3