Kaydet (Commit) 87a235ab authored tarafından Caolán McNamara's avatar Caolán McNamara

downgrade remaining nwf spew to info

Change-Id: I9b6a86ecf12c274d027a0484dd4c12c424e2761f
üst 158614a2
......@@ -1863,8 +1863,7 @@ bool GtkSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nP
break;
}
printf( "Unhandled is native supported for Type: %d, Part %d\n",
(int)nType, (int)nPart );
SAL_INFO("vcl.gtk", "Unhandled is native supported for Type:" << nType << ", Part" << nPart);
return false;
}
......
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