[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCH]multipath-tools: Implementation for hex output (-H) for mpathpersist
- From: "Chauhan, Vijay" <Vijay Chauhan netapp com>
- To: "christophe varoqui free fr" <christophe varoqui free fr>, "dm-devel redhat com" <dm-devel redhat com>
- Subject: [dm-devel] [PATCH]multipath-tools: Implementation for hex output (-H) for mpathpersist
- Date: Tue, 6 Mar 2012 15:10:15 +0000
Adding missing implementation for hex output(-H).
Signed-off-by: Vijay Chauhan <vijay chauhan netapp com>
---
diff -uprN multipath-tools.orig/mpathpersist/main.c multipath-tools/mpathpersist/main.c
--- multipath-tools.orig/mpathpersist/main.c 2012-03-04 02:16:55.000000000 -0500
+++ multipath-tools/mpathpersist/main.c 2012-03-05 01:23:07.000000000 -0500
@@ -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)
--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]