This commit is contained in:
parent
d28ec2c31a
commit
567d68107d
@ -584,8 +584,7 @@ void PdecHandler::checkConfig() {
|
|||||||
if (result != returnvalue::OK) {
|
if (result != returnvalue::OK) {
|
||||||
// This should normally never happen during runtime. So here is just
|
// This should normally never happen during runtime. So here is just
|
||||||
// output a warning
|
// output a warning
|
||||||
sif::warning << "PdecHandler::checkConfig: Failed to create first word"
|
sif::warning << "PdecHandler::checkConfig: Failed to create first word" << std::endl;
|
||||||
<< std::endl;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
uint32_t secondWord = 0;
|
uint32_t secondWord = 0;
|
||||||
@ -593,8 +592,7 @@ void PdecHandler::checkConfig() {
|
|||||||
if (result != returnvalue::OK) {
|
if (result != returnvalue::OK) {
|
||||||
// This should normally never happen during runtime. So here is just
|
// This should normally never happen during runtime. So here is just
|
||||||
// output a warning
|
// output a warning
|
||||||
sif::warning << "PdecHandler::checkConfig: Failed to create second word"
|
sif::warning << "PdecHandler::checkConfig: Failed to create second word" << std::endl;
|
||||||
<< std::endl;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (firstWord != pdecConfig.readbackFirstWord() or
|
if (firstWord != pdecConfig.readbackFirstWord() or
|
||||||
|
Loading…
Reference in New Issue
Block a user