commit | 495d0be71c616dbc0a876ce7492bdc66af6a4824 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 24 15:12:21 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Jun 27 08:11:31 2016 -0700 |
tree | 1348657947a4a875d740dc1df134ae9150ef53d6 | |
parent | 2598c054b11c31fc66ca3d428bf5310483b1130a [diff] [blame] |
Move init to libbase logging. Change-Id: Ibfbefeff587a69e948978a037c555fd12a5ade6a
diff --git a/init/parser.cpp b/init/parser.cpp index ae103ec..45862b7 100644 --- a/init/parser.cpp +++ b/init/parser.cpp
@@ -20,7 +20,7 @@ vsnprintf(buf + off, 128 - off, fmt, ap); va_end(ap); buf[127] = 0; - ERROR("%s", buf); + LOG(ERROR) << buf; } int next_token(struct parse_state *state)