summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2017-12-21 07:29:16 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2017-12-21 07:29:16 +0000
commitb3087c6fa0941229359be2e0d3e7dda917a9f5b9 (patch)
tree30e5895c5ff0436cab637764f73f0c6399adb106
parent09ee8567edeabd14e263052dca82fee985304b44 (diff)
Two width specifiers changed from %02 to %0 in previous. Change them back.
ok deraadt
-rw-r--r--sys/dev/softraid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c
index 806c3e33f61..e616cce8387 100644
--- a/sys/dev/softraid.c
+++ b/sys/dev/softraid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraid.c,v 1.388 2017/12/21 06:55:22 deraadt Exp $ */
+/* $OpenBSD: softraid.c,v 1.389 2017/12/21 07:29:15 tb Exp $ */
/*
* Copyright (c) 2007, 2008, 2009 Marco Peereboom <marco@peereboom.us>
* Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
@@ -1532,7 +1532,7 @@ sr_map_root(void)
memcpy(rootduid, sbm->sbm_root_duid,
sizeof(rootduid));
DNPRINTF(SR_D_MISC, "%s: root duid "
- "mapped to %0x%0x%02x%02x"
+ "mapped to %02x%02x%02x%02x"
"%02x%02x%02x%02x\n",
DEVNAME(sc), rootduid[0],
rootduid[1], rootduid[2],