commit | 7b9d996e4cd7d154bb1a244d67139aff0c363cf2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 20 18:48:18 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Apr 20 18:57:19 2012 -0700 |
tree | a9dabe8f910b4b8bf29c2f4285d860995e25f58d | |
parent | 934100aea5a0f498c17e2c4a1fd0193af1557b42 [diff] [blame] |
Tidy up some C-isms. Change-Id: I53b457cab9067369320457549071fc3e4c23c81b
diff --git a/src/runtime.cc b/src/runtime.cc index 25789ab..37887e2 100644 --- a/src/runtime.cc +++ b/src/runtime.cc
@@ -818,7 +818,7 @@ case KIND_EXT_FREED_BYTES: return 0; // backward compatibility default: - CHECK(false); + LOG(FATAL) << "Unknown statistic " << kind; return -1; // unreachable } }