diff options
-rw-r--r-- | src/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configuration.h b/src/configuration.h index 8173a86..913fa65 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -35,6 +35,7 @@ public: { // if setting doesn't exist, give back a nullopt if(!m_userCfg->exists(path)) { + qWarning("Requesting non-existent option %s", path); return std::nullopt; } |