From e199ed0d6c1ee89ff39c83193e945bfce5892777 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Thu, 13 Dec 2018 18:00:29 +0530 Subject: Logging: Tag the entries in the merged log So we know which entry is from the app and which is from the network extension. Signed-off-by: Roopesh Chander --- WireGuard/Shared/Logging/ringlogger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WireGuard/Shared/Logging/ringlogger.h') diff --git a/WireGuard/Shared/Logging/ringlogger.h b/WireGuard/Shared/Logging/ringlogger.h index a8d07c0..be1d33c 100644 --- a/WireGuard/Shared/Logging/ringlogger.h +++ b/WireGuard/Shared/Logging/ringlogger.h @@ -24,7 +24,7 @@ struct log { }; void write_msg_to_log(struct log *log, const char *msg); -int write_logs_to_file(const char *file_name, const struct log *log1, const struct log *log2); +int write_logs_to_file(const char *file_name, const char *tag1, const struct log *log1, const char *tag2, const struct log *log2); struct log *open_log(const char *file_name); #endif -- cgit v1.2.3-59-g8ed1b