Create log timestamp string from log entry data

This commit is contained in:
practicalswift
2018-02-02 10:35:41 +10:30
committed by Rusty Russell
parent 3696e1b607
commit ebef98d8be
3 changed files with 13 additions and 7 deletions

View File

@@ -697,6 +697,7 @@ send_error:
static void copy_to_parent_log(const char *prefix,
enum log_level level,
bool continued,
const struct timeabs *time,
const char *str,
struct peer *peer)
{