Kaydet (Commit) 89c03990 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

better warning message for failed panel creation

Change-Id: I631120903f15256997e082e0d079da7c5ee9944b
üst ce0bba5f
......@@ -816,7 +816,7 @@ Reference<ui::XUIElement> SidebarController::CreateUIElement (
}
catch(const Exception& rException)
{
SAL_WARN("sfx.sidebar", "Cannot create panel: " << rException.Message);
SAL_WARN("sfx.sidebar", "Cannot create panel " << rsImplementationURL << ": " << rException.Message);
return NULL;
}
}
......
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