summaryrefslogtreecommitdiff
path: root/postprocess/qa
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-01-14 09:57:09 +0100
committerJan Holesovsky <kendy@collabora.com>2014-01-14 09:58:16 +0100
commitd8db8eddedfe00c428069d046cdef5ea2a3af54d (patch)
tree53ee44f7f0290a95dbea37f43b12fae0f6537084 /postprocess/qa
parent44bb0cc3aa4f5697078d393d5724d28f4b05f5a8 (diff)
Add more logging so that we have the info even in case of weird crashes.
Change-Id: I5888fb3e1ffa1bfdf9b91c06087ef5b7ccbb82ec
Diffstat (limited to 'postprocess/qa')
-rw-r--r--postprocess/qa/services.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index bc901f7e9ee1..654a9ef032bd 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -46,6 +46,9 @@ void ServicesTest::test()
"fantasy service name \"" << s[i] << "\"");
continue;
}
+ SAL_WARN(
+ "postprocess.cppunit",
+ "trying \"" << s[i] << "\"");
Reference< XServiceTypeDescription2 > xDesc(
xTypeManager->getByHierarchicalName(s[i]), UNO_QUERY_THROW);
Sequence< Reference< XServiceConstructorDescription > > xseq = xDesc->getConstructors();