summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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,