Do small change

This commit is contained in:
John Zhao 2018-07-11 11:58:32 +08:00
parent 9014f3df57
commit 922bf624e7

View File

@ -131,7 +131,7 @@ bool Processor::Process(const Object &in) {
}
}
if (!in.DecValidity()) {
LOG(WARNING) << "Input is invalid";
LOG(WARNING) << Name() << " process with invalid input";
return false;
}
{