postprocess/qa/services.cxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit d8db8eddedfe00c428069d046cdef5ea2a3af54d Author: Jan Holesovsky <ke...@collabora.com> Date: Tue Jan 14 09:57:09 2014 +0100
Add more logging so that we have the info even in case of weird crashes. Change-Id: I5888fb3e1ffa1bfdf9b91c06087ef5b7ccbb82ec diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index bc901f7..654a9ef 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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits