From a9195c0c7bd80a069604926f0fbaf7c997ee84dd Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 17 Nov 1995 23:04:04 +0000 Subject: Shut this up for 2.1.1. --- lib/libdisk/create_chunk.c | 3 +-- release/libdisk/create_chunk.c | 3 +-- 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; -- cgit v1.2.3