From f1210c8b95e60a12cadff80521df1c5fc21bf06a Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Sat, 13 Mar 2010 15:51:51 +0100 Subject: added full path to Bugzilla.conf in error message --- lib/Plugins/Bugzilla.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit