From cba52fadf5db606c97c8658e61491429e647da5e Mon Sep 17 00:00:00 2001 From: "Nate Bargmann, N0NB" Date: Sun, 14 Feb 2010 23:41:19 +0000 Subject: [PATCH] Remove default verbose setting of 2, call it when needed. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2834 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tests/rotctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/rotctl.c b/tests/rotctl.c index 404282b1a..e49537f49 100644 --- a/tests/rotctl.c +++ b/tests/rotctl.c @@ -159,8 +159,6 @@ int main (int argc, char *argv[]) exit(1); } } - if (verbose < 2) - rig_set_debug(RIG_DEBUG_WARN); rig_debug(RIG_DEBUG_VERBOSE, "rotctl, %s\n", hamlib_version); rig_debug(RIG_DEBUG_VERBOSE, "Report bugs to "