commit | a1fa522927770347ca0c322c1b401e5a49611e7a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 07 17:01:15 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 07 17:01:16 2017 +0000 |
tree | e46ae983af685eb78c71938e9f70e7db75acb0d4 | |
parent | 4708f435f5ebb1db385aaf9b1304493bd0420936 [diff] | |
parent | 5e6cf05aab0a2fcc6177482606c1b1f2d958a7f9 [diff] |
Merge "Improve a comment."
diff --git a/libc/bionic/libc_logging.cpp b/libc/bionic/libc_logging.cpp index d87944e..ebbc286 100644 --- a/libc/bionic/libc_logging.cpp +++ b/libc/bionic/libc_logging.cpp
@@ -597,7 +597,7 @@ out_vformat(os, format, args); - // Log to stderr for the benefit of "adb shell" users. + // Log to stderr for the benefit of "adb shell" users and gtests. struct iovec iov[2] = { { msg, os.total }, { const_cast<char*>("\n"), 1 },