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
Hamlib-1.2.11
Nate Bargmann, N0NB 2010-02-14 23:41:19 +00:00
rodzic 162c7533b2
commit cba52fadf5
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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 "