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