Do small change
This commit is contained in:
parent
9014f3df57
commit
922bf624e7
|
@ -130,8 +130,8 @@ bool Processor::Process(const Object &in) {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
if (!in.DecValidity()){
|
||||
LOG(WARNING) << "Input is invalid";
|
||||
if (!in.DecValidity()) {
|
||||
LOG(WARNING) << Name() << " process with invalid input";
|
||||
return false;
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user