commit | 23dfd35333b928dd475d1b25afbb65d1557efbec | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Jan 21 19:40:15 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 21 19:40:15 2020 +0000 |
tree | ca8fa1dfa76dafe8b3cda608051e9489824419e8 | |
parent | 745308c278bd5dbd2b4fcce8ec7b0c3a4eb51c3a [diff] | |
parent | d342973da9b21e257aced22246033ff8119e4601 [diff] |
Merge "libprocinfo: remove error msg for unknown process state."
diff --git a/libprocinfo/process.cpp b/libprocinfo/process.cpp index 9194cf3..2efd49c 100644 --- a/libprocinfo/process.cpp +++ b/libprocinfo/process.cpp
@@ -59,7 +59,6 @@ case 'Z': return kProcessStateZombie; default: - LOG(ERROR) << "unknown process state: " << *state; return kProcessStateUnknown; } }