Reform sentence for file log 44/213944/1
authorInkyun Kil <inkyun.kil@samsung.com>
Tue, 17 Sep 2019 01:45:04 +0000 (10:45 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Tue, 17 Sep 2019 01:47:39 +0000 (10:47 +0900)
Change-Id: I73261070720faee1cf0af42e0595a3d14b535e2f
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
alarm-manager.c

index 89bd73153da0f14a59db2faf1c421bf3d600ae1b..732b2260e48b8b50fa5eb032171019530c9ec759 100644 (file)
@@ -2585,7 +2585,7 @@ static bool __save_module_log(const char *tag, const char *message)
        if (time_str)
                time_str[strlen(time_str) - 1] = '\0'; /* to avoid new line */
 
-       snprintf(buffer, ALARMMGR_LOG_BUFFER_STRING_SIZE, "[%-6d]%s\t%s\t : %ld %s", log_index, tag, message, now, time_str);
+       snprintf(buffer, ALARMMGR_LOG_BUFFER_STRING_SIZE, "[%-6d]%s\t%s\t : %ld %s\n", log_index, tag, message, now, time_str);
 
        SECURE_LOGW("%s", buffer);