commit | f86b5a6b90619e02d1d034ef7b0adc3b439f4abb | [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 | 90db709a2fbccefcee82e54289cd517cd8cb99b5 [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)