From 78b00acd173f6f0b31078700db93eae225b6fea1 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 28 Feb 2015 10:06:14 -0800 Subject: [PATCH] hammer2 - Add extra debugging * Enable DMsgDebugOpt if -d is specified twice. --- sbin/hammer2/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/hammer2/main.c b/sbin/hammer2/main.c index eaace8bf78..dcb9eaf628 100644 --- a/sbin/hammer2/main.c +++ b/sbin/hammer2/main.c @@ -68,6 +68,8 @@ main(int ac, char **av) all_opt = 1; break; case 'd': + if (DebugOpt) + DMsgDebugOpt = 1; DebugOpt = 1; break; case 'f': -- 2.41.0