Merge "libprocinfo: remove error msg for unknown process state."
This commit is contained in:
commit
63f25aa3fa
|
@ -59,7 +59,6 @@ static ProcessState parse_state(const char* state) {
|
|||
case 'Z':
|
||||
return kProcessStateZombie;
|
||||
default:
|
||||
LOG(ERROR) << "unknown process state: " << *state;
|
||||
return kProcessStateUnknown;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue