Add noisy logging. Will be removed shortly.

This commit is contained in:
Steve Checkoway
2008-10-05 07:05:33 +00:00
parent 6f610bc33d
commit f46a18b4e9
@@ -157,7 +157,10 @@ void KeyboardDevice::AddElement( int usagePage, int usage, int cookie, const CFD
DeviceButton button;
if( UsbKeyToDeviceButton(usage,button) )
{
LOG->Trace( "\t\tAdding button %s", DeviceButtonToString(button).c_str() );
m_Mapping[cookie] = button;
}
}
void KeyboardDevice::Open()