aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/SettingsObject.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-03-12 06:18:59 +0000
committerSaturneric <[email protected]>2022-03-12 06:18:59 +0000
commitf65f0c7b7e6bf471ec80a1ab95df37a157f977e6 (patch)
tree995d5eeea32f159e979bc848e03394c69d692be1 /src/ui/struct/SettingsObject.cpp
parent<chore>(core): Resolve libarchive compile dependencies for Windows (diff)
downloadGpgFrontend-f65f0c7b7e6bf471ec80a1ab95df37a157f977e6.tar.gz
GpgFrontend-f65f0c7b7e6bf471ec80a1ab95df37a157f977e6.zip
<fix>(core): Fix the setting loading IO problem under Windows
Diffstat (limited to '')
-rw-r--r--src/ui/struct/SettingsObject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/struct/SettingsObject.cpp b/src/ui/struct/SettingsObject.cpp
index 63df0900..4a9aa7d6 100644
--- a/src/ui/struct/SettingsObject.cpp
+++ b/src/ui/struct/SettingsObject.cpp
@@ -76,6 +76,7 @@ GpgFrontend::UI::SettingsObject GpgFrontend::UI::SettingsObject::Check(
GpgFrontend::UI::SettingsObject::SettingsObject(std::string settings_name)
: settings_name_(std::move(settings_name)) {
try {
+ LOG(INFO) << "Loading settings from: " << this->settings_name_;
auto _json_optional =
GpgFrontend::DataObjectOperator::GetInstance().GetDataObject(
settings_name_);