commit | 465f75f6029e2aa7cdda5fa99c733b0496f4d7b2 | [log] [tgz] |
---|---|---|
author | Greg Hartman <ghartman@google.com> | Tue Feb 03 09:05:29 2015 -0800 |
committer | Greg Hartman <ghartman@google.com> | Tue Feb 03 17:06:33 2015 +0000 |
tree | 4edd6ee71d471bb43651fae5f035e7011adde1ab | |
parent | 1fa9971ec35182df4920776e99767ae0e0b69295 [diff] |
Put in line breaks when logging to klog Change-Id: I0fd4d0a03d8c69e1ef2d8192f59893f4bda61691
diff --git a/logwrapper/logwrap.c b/logwrapper/logwrap.c index 3a6276e..83576fb 100644 --- a/logwrapper/logwrap.c +++ b/logwrapper/logwrap.c
@@ -325,7 +325,7 @@ if (log_target & LOG_KLOG) { snprintf(log_info.klog_fmt, sizeof(log_info.klog_fmt), - "<6>%.*s: %%s", MAX_KLOG_TAG, log_info.btag); + "<6>%.*s: %%s\n", MAX_KLOG_TAG, log_info.btag); } if ((log_target & LOG_FILE) && !file_path) {