mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Log all debug messages through log callback.
This cahnge allow to redirect all output of library to a log processor.
This commit is contained in:
@@ -2738,7 +2738,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
if (opt_debug) {
|
||||
opt_verbose = 1;
|
||||
crypt_set_debug_level(-1);
|
||||
crypt_set_debug_level(CRYPT_DEBUG_ALL);
|
||||
dbg_version_and_cmd(argc, argv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user