diff options
Diffstat (limited to 'src/utility.h')
-rw-r--r-- | src/utility.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utility.h b/src/utility.h index 10b7af638..7d8102b62 100644 --- a/src/utility.h +++ b/src/utility.h @@ -1087,6 +1087,8 @@ public: n = m_defaults.find(name); if(n == NULL) { + dstream<<"INFO: Settings: Setting not found: \"" + <<name<<"\""<<std::endl; throw SettingNotFoundException("Setting not found"); } } |