From: tb Date: Thu, 21 Dec 2017 07:29:15 +0000 (+0000) Subject: Two width specifiers changed from %02 to %0 in previous. Change them back. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=062840c6a2ade1fbdba8c6b9f43d1e93c1ab7a75;p=openbsd Two width specifiers changed from %02 to %0 in previous. Change them back. ok deraadt --- 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 * Copyright (c) 2008 Chris Kuethe @@ -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],