Commit 3009244d authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ieframe: Improved debug traces.

parent ca8114ff
......@@ -841,7 +841,7 @@ static HRESULT WINAPI OleInPlaceObject_SetObjectRects(IOleInPlaceObject *iface,
{
WebBrowser *This = impl_from_IOleInPlaceObject(iface);
TRACE("(%p)->(%p %p)\n", This, lprcPosRect, lprcClipRect);
TRACE("(%p)->(%s %s)\n", This, wine_dbgstr_rect(lprcPosRect), wine_dbgstr_rect(lprcClipRect));
This->pos_rect = *lprcPosRect;
......
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