diff options
author | 2009-06-19 02:59:42 +0000 | |
---|---|---|
committer | 2009-06-19 02:59:42 +0000 | |
commit | d3b087235b8ccc59c73d35860154b42988ce1d27 (patch) | |
tree | 27f8786cec6b71a75eff3a659f3d37de63d78038 | |
parent | Don't create bogus hosts file entries if too few parameters are (diff) | |
download | wireguard-openbsd-d3b087235b8ccc59c73d35860154b42988ce1d27.tar.xz wireguard-openbsd-d3b087235b8ccc59c73d35860154b42988ce1d27.zip |
Either jordan or jsing left some debug prints behind. tsk tsk.
pointed out by todd.
-rw-r--r-- | sys/dev/softraid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index d8e450020e0..775e6c7c5f3 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.155 2009/06/18 15:51:56 jsing Exp $ */ +/* $OpenBSD: softraid.c,v 1.156 2009/06/19 02:59:42 marco Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -1177,8 +1177,6 @@ sr_meta_native_attach(struct sr_discipline *sd, int force) ch_next = SLIST_NEXT(ch_entry, src_link); /* XXX do we want to read this again? */ - printf("ch %p %p\n", ch_entry, md); - printf("mm %x\n", ch_entry->src_dev_mm); if (ch_entry->src_dev_mm == NODEV) panic("src_dev_mm == NODEV"); if (sr_meta_native_read(sd, ch_entry->src_dev_mm, md, |