summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-24 17:35:50 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-24 17:35:50 +0200
commit4aa26f7373ccaadfd0a47198975afe6bbef5cd1d (patch)
tree5f6d85bce37825c723addb860b9fe97db7dd7d80 /lib/Plugins
parentb8ac6f50b0bfff3446110c9284e52dd49290fe5d (diff)
downloadabrt-4aa26f7373ccaadfd0a47198975afe6bbef5cd1d.tar.gz
abrt-4aa26f7373ccaadfd0a47198975afe6bbef5cd1d.tar.xz
abrt-4aa26f7373ccaadfd0a47198975afe6bbef5cd1d.zip
LOGGER: return valid uri of the log file on succes
Diffstat (limited to 'lib/Plugins')
-rw-r--r--lib/Plugins/Logger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Logger.cpp b/lib/Plugins/Logger.cpp
index fc96dcac..72e00880 100644
--- a/lib/Plugins/Logger.cpp
+++ b/lib/Plugins/Logger.cpp
@@ -135,7 +135,7 @@ std::string CLogger::Report(const map_crash_report_t& pCrashReport, const std::s
{
throw CABRTException(EXCEP_PLUGIN, "CLogger::Report(): Cannot open file: " + m_sLogPath);
}
- return "Report was stored into: " + m_sLogPath;
+ return "file://" + m_sLogPath;
}
PLUGIN_INFO(REPORTER,