Kaydet (Commit) 1d7220d0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

More informative exception message

Change-Id: If168a3be2630170636c333e177c5db0d40092cbe
üst 4dd0ac62
...@@ -309,8 +309,8 @@ void Reader::readMessage(Unmarshal & unmarshal) { ...@@ -309,8 +309,8 @@ void Reader::readMessage(Unmarshal & unmarshal) {
css::uno::XInterface > >::get()))))) css::uno::XInterface > >::get())))))
{ {
throw css::uno::RuntimeException( throw css::uno::RuntimeException(
"URP: queryInterface request message with unknown OID" "URP: queryInterface request message with unknown OID '"
" received"); + oid + "' received");
} }
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment