diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-28 16:43:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-28 16:52:36 +0200 |
commit | ae00e71afd36f7215669c34e8ea8cafaeed6e468 (patch) | |
tree | de3aa1726cb66a996f148e2a8ce8207ae4c2b612 /linguistic | |
parent | b6f77d2702721d25ae7be5a749b65a53f55f5ee2 (diff) |
Bin rest of DBG_WARNING[123]
Change-Id: Iaaf36d012e353f73f083c9c0ebbbb6d0953b16c8
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/gciterator.cxx | 6 |
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); } } } |