From 07e84c78b333077f04992b25b340842c64f2051e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 14 Jan 2021 17:32:49 +0100 Subject: [PATCH] Add a TODO for Wine logging prefixes --- src/common/logging/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/logging/common.h b/src/common/logging/common.h index 213c296d..36df5dc4 100644 --- a/src/common/logging/common.h +++ b/src/common/logging/common.h @@ -89,6 +89,8 @@ class Logger { * Create a special logger instance that outputs directly to STDERR without * any prefixes. This is used to be able to log filterable messages from the * Wine side of things. + * + * TODO: Don't prefix this with a timestamp */ static Logger create_wine_stderr();