diff options
author | 2008-01-19 15:33:13 +0000 | |
---|---|---|
committer | 2008-01-19 15:33:13 +0000 | |
commit | a7b1c2595ac4a6ab67f253fcb35a5c9f24c0d179 (patch) | |
tree | e8cc78ae71c7ba688d6c64a8be7495d31c057fea /sys/dev/softraid.c | |
parent | Activate upgt(4) for macppc. Tested for a while on my PowerBook. (diff) | |
download | wireguard-openbsd-a7b1c2595ac4a6ab67f253fcb35a5c9f24c0d179.tar.xz wireguard-openbsd-a7b1c2595ac4a6ab67f253fcb35a5c9f24c0d179.zip |
Remove printf that doesn't make sense.
Diffstat (limited to 'sys/dev/softraid.c')
-rw-r--r-- | sys/dev/softraid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index af5cfd1b5dc..f999b6e02be 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.90 2008/01/05 07:33:37 brad Exp $ */ +/* $OpenBSD: softraid.c,v 1.91 2008/01/19 15:33:13 marco Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * @@ -890,7 +890,6 @@ sr_ioctl_createraid(struct sr_softc *sc, struct bioc_createraid *bc, int user) break; #endif default: - printf("default %d\n", bc->bc_level); goto unwind; } |