diff options
author | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-06-27 19:00:30 +0300 |
---|---|---|
committer | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-06-27 19:00:30 +0300 |
commit | ba5d8073c9e51f1c61c29e1f604da1be6fa73c62 (patch) | |
tree | f3ffd8f35d81d1f92cfb4298d9fc1c1b6468fcc9 /segget/settings.cpp | |
parent | Failprove settings.cpp and log errors to error.log file (diff) | |
download | idfetch-ba5d8073c9e51f1c61c29e1f604da1be6fa73c62.tar.gz idfetch-ba5d8073c9e51f1c61c29e1f604da1be6fa73c62.tar.bz2 idfetch-ba5d8073c9e51f1c61c29e1f604da1be6fa73c62.zip |
Failprove segment.cpp and log errors to error.log
Diffstat (limited to 'segget/settings.cpp')
-rw-r--r-- | segget/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/segget/settings.cpp b/segget/settings.cpp index c669119..16f83ab 100644 --- a/segget/settings.cpp +++ b/segget/settings.cpp @@ -39,6 +39,7 @@ void Tsettings::load_from_conf_file(){ conf.set(proxy_off, "proxy", "proxy_off"); conf.set(proxy_user, "proxy", "proxy_user"); conf.set(proxy_password, "proxy", "proxy_password"); + } catch(...) { error_log_no_msg("Error calling msg() in settings.cpp: load_from_conf_file()"); |