Use the default debug hook if possible

This commit is contained in:
Martin Willi
2009-09-16 13:16:00 +02:00
parent 5289249449
commit b538b606da
6 changed files with 3 additions and 47 deletions
+1 -1
View File
@@ -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;