aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/ModuleInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module/ModuleInit.cpp')
-rw-r--r--src/core/module/ModuleInit.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/module/ModuleInit.cpp b/src/core/module/ModuleInit.cpp
index 4fedc6c7..3c71a45b 100644
--- a/src/core/module/ModuleInit.cpp
+++ b/src/core/module/ModuleInit.cpp
@@ -69,8 +69,8 @@ auto LoadIntegratedMods() -> bool {
#endif
if (!QDir(mods_path).exists()) {
- qCWarning(core) << "integrated module directory at path: " << mods_path
- << " not found, abort...";
+ LOG_W() << "integrated module directory at path: " << mods_path
+ << " not found, abort...";
return false;
}
@@ -84,8 +84,8 @@ auto LoadExternalMods() -> bool {
GpgFrontend::GlobalSettingStation::GetInstance().GetModulesDir();
if (!QDir(mods_path).exists()) {
- qCWarning(core) << "external module directory at path " << mods_path
- << " not found, abort...";
+ LOG_W() << "external module directory at path " << mods_path
+ << " not found, abort...";
return false;
}