desktop/source/app/sofficemain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5420ef4687992a2e2bfdd99d85325615d317547b Author: Stephan Bergmann <[email protected]> Date: Tue Mar 1 09:22:50 2016 +0100 loplugin:sallogareas Change-Id: I0abd86a259673596f39f0b6ab62d02f15a8e18b9 diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 5a724d3..21f1e0c 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -72,7 +72,7 @@ static bool dumpCallback(const google_breakpad::MinidumpDescriptor& descriptor, std::ofstream minidump_file(ini_path, std::ios_base::app); minidump_file << "DumpFile=" << descriptor.path() << "\n";; minidump_file.close(); - SAL_WARN("crashreport", "minidump generated: " << descriptor.path()); + SAL_WARN("desktop", "minidump generated: " << descriptor.path()); return succeeded; } #endif _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
