summaryrefslogtreecommitdiff
path: root/lib/libdisk/create_chunk.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-10 17:19:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-10 17:19:12 +0000
commitf1a98d56f22021f050a0402a6c9534c4d834e631 (patch)
tree6c8e49315d35cb17be8e5bfe394a3ecfcc19bc14 /lib/libdisk/create_chunk.c
parentcfa5673efd614cd04239cdcb3c42bd51859f8cb1 (diff)
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r--lib/libdisk/create_chunk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c
index f8f7a21f2f28..646c82971b6e 100644
--- a/lib/libdisk/create_chunk.c
+++ b/lib/libdisk/create_chunk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: create_chunk.c,v 1.27 1997/02/22 15:06:31 peter Exp $
+ * $Id: create_chunk.c,v 1.28 1998/01/16 12:50:36 jkh Exp $
*
*/
@@ -262,6 +262,7 @@ MakeDev(struct chunk *c1, const char *path)
else if (!strncmp(p, "da", 2)) /* CAM support */
bmaj = 4, cmaj = 13;
else {
+ msgDebug("MakeDev: Unknown major/minor for devtype %s\n", p);
return 0;
}
p += 2;