diff options
author | saturneric <[email protected]> | 2023-11-29 12:45:48 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-11-29 12:45:48 +0000 |
commit | 635a6c16e982ba2a5c7bea28eb31ee235df158c2 (patch) | |
tree | 39561f439fdac98b813b671edabdc43f166b642d /src/module/GpgFrontendModuleInit.cpp | |
parent | fix: repair gnupg info listing funtion (diff) | |
download | GpgFrontend-635a6c16e982ba2a5c7bea28eb31ee235df158c2.tar.gz GpgFrontend-635a6c16e982ba2a5c7bea28eb31ee235df158c2.zip |
feat: introduce cmd functions
Diffstat (limited to '')
-rw-r--r-- | src/module/GpgFrontendModuleInit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/module/GpgFrontendModuleInit.cpp b/src/module/GpgFrontendModuleInit.cpp index 46a57f47..367d1be1 100644 --- a/src/module/GpgFrontendModuleInit.cpp +++ b/src/module/GpgFrontendModuleInit.cpp @@ -37,8 +37,8 @@ namespace GpgFrontend::Module { -void LoadGpgFrontendModules() { - SDK::InitModuleLoggingSystem(); +void LoadGpgFrontendModules(ModuleInitArgs args) { + SDK::InitModuleLoggingSystem(args.log_level); MODULE_LOG_INFO("loading integrated module..."); |