diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-01 09:22:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-01 09:22:50 +0100 |
commit | 5420ef4687992a2e2bfdd99d85325615d317547b (patch) | |
tree | 6d5fa63a3763303dfc72c7f28f7435acb9f742bf /desktop/source/app/sofficemain.cxx | |
parent | 7916f250c42ccb7624feb1a1f6524e2aac3a1036 (diff) |
loplugin:sallogareas
Change-Id: I0abd86a259673596f39f0b6ab62d02f15a8e18b9
Diffstat (limited to 'desktop/source/app/sofficemain.cxx')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 5a724d371509..21f1e0c93169 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 |