Kaydet (Commit) c260dda8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

More informative warning messages

Change-Id: Ib6d94e6e695d4c675c05954fbf28af61bbaa05fe
üst dbaa34c5
......@@ -513,7 +513,7 @@ static void filterAccelerator( rtl::OUString& io_rText )
}
else
{
OSL_FAIL( "unsupported class" );
SAL_INFO( "vcl.aqua.print", "Unsupported class" << ([pSender class] ? [NSStringFromClass([pSender class]) UTF8String] : "nil"));
}
mpController->updateEnableState();
}
......@@ -545,7 +545,7 @@ static void filterAccelerator( rtl::OUString& io_rText )
}
else
{
OSL_FAIL( "unsupported class" );
SAL_INFO( "vcl.aqua.print", "Unsupported class" << ([pSender class] ? [NSStringFromClass([pSender class]) UTF8String] : "nil"));
}
mpController->updateEnableState();
}
......@@ -1357,7 +1357,7 @@ static void addEdit( NSView* pCurParent, long& rCurX, long& rCurY, long nAttachO
}
else
{
OSL_FAIL( "Unsupported UI option" );
SAL_INFO( "vcl.aqua.print", "Unsupported UI option \"" << aCtrlType << "\"");
}
}
......
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