summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-11-18 05:34:45 +0000
committerjdp <jdp@FreeBSD.org>1997-11-18 05:34:45 +0000
commita3a1ff9596d42f091452a815554d29be862ff376 (patch)
tree36ef1a56a89b615bb216356a5a98eb21cf442ac1 /lib
parent77cf78afb6be05625892d875a8f173c048078ad5 (diff)
downloadFreeBSD-src-a3a1ff9596d42f091452a815554d29be862ff376.zip
FreeBSD-src-a3a1ff9596d42f091452a815554d29be862ff376.tar.gz
Fix erroneous format string.
Diffstat (limited to 'lib')
-rw-r--r--lib/libdisk/chunk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/chunk.c b/lib/libdisk/chunk.c
index a0ea6aa..10cc356 100644
--- a/lib/libdisk/chunk.c
+++ b/lib/libdisk/chunk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id$
+ * $Id: chunk.c,v 1.18 1997/02/22 15:06:30 peter Exp $
*
*/
@@ -66,7 +66,7 @@ Find_Mother_Chunk(struct chunk *chunks, u_long offset, u_long end, chunk_e type)
}
return 0;
default:
- warn("Unsupported mother (0x%x) in Find_Mother_Chunk");
+ warn("Unsupported mother type in Find_Mother_Chunk");
return 0;
}
}
OpenPOWER on IntegriCloud