summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-13 08:07:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-13 08:14:00 +0200
commit3a705ab40597f7cb584bdeaef06701b289f911f1 (patch)
tree70d0b6bbf26c8ad07d8f1ced8e06c9eef02b6dc9 /sal
parentc3586b684c58e06cd80dea87d7681354acfec80b (diff)
OSL_TRACE->SAL in avmedia..canvas
Change-Id: Id9077ea29e7028c12f40abfd4c57756c863e3cd9
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/all/loadmodulerelative.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sal/osl/all/loadmodulerelative.cxx b/sal/osl/all/loadmodulerelative.cxx
index ef3df35edc66..bc599c59d775 100644
--- a/sal/osl/all/loadmodulerelative.cxx
+++ b/sal/osl/all/loadmodulerelative.cxx
@@ -48,9 +48,7 @@ oslModule SAL_CALL osl_loadModuleRelative(
abs = rtl::Uri::convertRelToAbs(base, relativePath);
} catch (const rtl::MalformedUriException & e) {
(void) e; // avoid warnings
- SAL_INFO("sal.osl",
- "rtl::MalformedUriException <" << e.getMessage() << ">");
- //TODO: let some OSL_TRACE variant take care of text conversion?
+ SAL_INFO("sal.osl", "rtl::MalformedUriException <" << e.getMessage() << ">");
return nullptr;
}
return osl_loadModule(abs.pData, mode);