From 0bd24f6f88764ededb444a85785742b6cada1213 Mon Sep 17 00:00:00 2001 From: "Chauhan, Vijay" Date: Tue, 6 Mar 2012 15:10:15 +0000 Subject: [PATCH] multipath-tools: Implementation for hex output (-H) for mpathpersist Adding missing implementation for hex output(-H). Signed-off-by: Vijay Chauhan --- mpathpersist/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1