summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/gciterator.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx
index e96c9d042b7e..73c010b6667e 100644
--- a/linguistic/source/gciterator.cxx
+++ b/linguistic/source/gciterator.cxx
@@ -860,10 +860,8 @@ throw (uno::RuntimeException, std::exception)
}
catch (const ::uno::Exception &rE)
{
- (void) rE;
- // ignore
- DBG_WARNING1("processLinguServiceEvent: exception:\n%s",
- OUStringToOString(rE.Message, RTL_TEXTENCODING_UTF8).getStr());
+ // ignore
+ SAL_WARN("linguistic", "processLinguServiceEvent: exception: " << rE.Message);
}
}
}