summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 66111ed940e2..177e6c861959 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 66111ed940e2..177e6c861959 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;