changeset 1395:009534f27de5

If probe mode is specified, increase verbosity to required level.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Sep 2017 10:18:59 +0300
parents 054561dbcd57
children 7acadc08bc72
files tools/view64.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/view64.c	Mon Sep 25 01:49:18 2017 +0300
+++ b/tools/view64.c	Mon Sep 25 10:18:59 2017 +0300
@@ -116,6 +116,8 @@
             break;
 
         case 5:
+            if (dmVerbosity < 1)
+                dmVerbosity = 1;
             optProbeOnly = TRUE;
             break;