Use the default debug hook if possible
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ int command_getopt(char **arg)
|
||||
}
|
||||
continue;
|
||||
case 'v':
|
||||
dbg_level = atoi(optarg);
|
||||
dbg_default_set_level(atoi(optarg));
|
||||
continue;
|
||||
default:
|
||||
*arg = optarg;
|
||||
|
||||
Reference in New Issue
Block a user