diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-03-13 15:51:51 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-03-13 15:51:51 +0100 |
commit | f1210c8b95e60a12cadff80521df1c5fc21bf06a (patch) | |
tree | f8a6e76faff97e25be0c5b99099b71517c948ed0 /lib/Plugins | |
parent | 25c6c5a9f4a9944a399a3a804a320d403f428cef (diff) | |
download | abrt-f1210c8b95e60a12cadff80521df1c5fc21bf06a.tar.gz abrt-f1210c8b95e60a12cadff80521df1c5fc21bf06a.tar.xz abrt-f1210c8b95e60a12cadff80521df1c5fc21bf06a.zip |
added full path to Bugzilla.conf in error message
Diffstat (limited to 'lib/Plugins')
-rw-r--r-- | lib/Plugins/Bugzilla.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index 92951203..29793324 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -550,7 +550,7 @@ std::string CReporterBugzilla::Report(const map_crash_data_t& pCrashData, if ((Login == "") && (Password == "")) { VERB3 log("Empty login and password"); - throw CABRTException(EXCEP_PLUGIN, _("Empty login and password. Please check Bugzilla.conf")); + throw CABRTException(EXCEP_PLUGIN, _("Empty login and password.\nPlease check "PLUGINS_CONF_DIR"/Bugzilla.conf.")); } const std::string& component = get_crash_data_item_content(pCrashData, FILENAME_COMPONENT); |