Skip to content
Snippets Groups Projects
Commit a2a30af7 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

mdmngr: set library debugging level to whatever the mdmngr debugging level is

parent 5a017a70
Branches
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ static int parse_args(int argc, char **argv)
printf("%s: option '-%c' is invalid.\n", argv[0], optopt);
goto fail;
}
set_lib_debug(debug);
break;
case ':':
fprintf(stderr, "%s: option '-%c' requires an argument\n", argv[0], optopt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment