summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-03-13 15:51:51 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-03-13 15:51:51 +0100
commitf1210c8b95e60a12cadff80521df1c5fc21bf06a (patch)
treef8a6e76faff97e25be0c5b99099b71517c948ed0 /lib
parent25c6c5a9f4a9944a399a3a804a320d403f428cef (diff)
downloadabrt-f1210c8b95e60a12cadff80521df1c5fc21bf06a.tar.gz
abrt-f1210c8b95e60a12cadff80521df1c5fc21bf06a.tar.xz
abrt-f1210c8b95e60a12cadff80521df1c5fc21bf06a.zip
added full path to Bugzilla.conf in error message
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/Bugzilla.cpp2
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);