From: Chauhan, Vijay Date: Tue, 6 Mar 2012 15:10:15 +0000 (+0000) Subject: multipath-tools: Implementation for hex output (-H) for mpathpersist X-Git-Tag: upstream/0.5.0~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bd24f6f88764ededb444a85785742b6cada1213;p=platform%2Fupstream%2Fmultipath-tools.git multipath-tools: Implementation for hex output (-H) for mpathpersist Adding missing implementation for hex output(-H). Signed-off-by: Vijay Chauhan --- diff --git a/mpathpersist/main.c b/mpathpersist/main.c index 0e21ec2..079080c 100644 --- a/mpathpersist/main.c +++ b/mpathpersist/main.c @@ -260,7 +260,7 @@ int main (int argc, char * argv[]) } /* set verbosity */ - noisy = (loglevel >= 3) ? 1: 0; + noisy = (loglevel >= 3) ? 1 : hex; verbose = (loglevel >= 3)? 3: loglevel; if ((prout_flag + prin_flag) == 0)