Even more debug messages
This commit is contained in:
parent
28a3daabac
commit
1a045d7a84
@ -434,7 +434,9 @@ void DeviceHandlerBase::doSendWrite() {
|
||||
|
||||
if (result == RETURN_OK) {
|
||||
cookieInfo.state = COOKIE_WRITE_SENT;
|
||||
sif::debug<<" DeviceHandlerBase::doSendWrite: Calling sendMessage succeeded"<<std::endl;
|
||||
} else {
|
||||
sif::debug<<" DeviceHandlerBase::doSendWrite: Calling sendMessage failed"<<std::endl;
|
||||
//always generate a failure event, so that FDIR knows what's up
|
||||
triggerEvent(DEVICE_SENDING_COMMAND_FAILED, result,
|
||||
cookieInfo.pendingCommand->first);
|
||||
|
Loading…
Reference in New Issue
Block a user