summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-11-17 23:04:04 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-11-17 23:04:04 +0000
commita9195c0c7bd80a069604926f0fbaf7c997ee84dd (patch)
treef6b9aea8413f19cb3afc862b5477b28f399c9fb1
parentb7da3fcd3ff3919d0d25a0b4bd5ed31ad7624a5c (diff)
Notes
-rw-r--r--lib/libdisk/create_chunk.c3
-rw-r--r--release/libdisk/create_chunk.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c
index 66111ed940e25..177e6c8619594 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.21.2.3 1995/10/14 09:29:58 jkh Exp $
+ * $Id: create_chunk.c,v 1.21.2.4 1995/10/20 07:00:40 jkh Exp $
*
*/
@@ -261,7 +261,6 @@ MakeDev(struct chunk *c1, char *path)
else if (!strncmp(p, "sd", 2))
bmaj = 4, cmaj = 13;
else {
- msgDebug("MakeDev: %s is an unknown device type!\n", p);
return 0;
}
p += 2;
diff --git a/release/libdisk/create_chunk.c b/release/libdisk/create_chunk.c
index 66111ed940e25..177e6c8619594 100644
--- a/release/libdisk/create_chunk.c
+++ b/release/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.21.2.3 1995/10/14 09:29:58 jkh Exp $
+ * $Id: create_chunk.c,v 1.21.2.4 1995/10/20 07:00:40 jkh Exp $
*
*/
@@ -261,7 +261,6 @@ MakeDev(struct chunk *c1, char *path)
else if (!strncmp(p, "sd", 2))
bmaj = 4, cmaj = 13;
else {
- msgDebug("MakeDev: %s is an unknown device type!\n", p);
return 0;
}
p += 2;