This commit is contained in:
Steffen Gaisser 2020-10-27 15:16:14 +01:00
parent 0b1b9c11eb
commit 410094ed28
1 changed files with 1 additions and 1 deletions

View File

@ -1224,7 +1224,7 @@ void DeviceHandlerBase::buildInternalCommand(void) {
if (result == BUSY) {
//so we can track misconfigurations
sif::debug << std::hex << getObjectId()
<< ": DHB::buildInternalCommand: Busy" << std::endl;
<< ": DHB::buildInternalCommand: Busy" << std::dec << std::endl;
result = NOTHING_TO_SEND; //no need to report this
}
}