diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-17 23:04:04 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-17 23:04:04 +0000 |
| commit | a9195c0c7bd80a069604926f0fbaf7c997ee84dd (patch) | |
| tree | f6b9aea8413f19cb3afc862b5477b28f399c9fb1 /lib | |
| parent | b7da3fcd3ff3919d0d25a0b4bd5ed31ad7624a5c (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 3 |
1 files changed, 1 insertions, 2 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; |
