From 1c9a5b4a095ccfe938e5cc6ca5a9129a13e70a5b Mon Sep 17 00:00:00 2001 From: claravox Date: Fri, 18 Oct 2024 10:43:15 +0200 Subject: [PATCH] Update log.write function description --- util/log.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/log.py b/util/log.py index a53616eaa..545e626ca 100644 --- a/util/log.py +++ b/util/log.py @@ -18,7 +18,8 @@ def write(ctx, message, write_stdout=False): - """Write a message to the log, including client name and originating module. + """Write a message to the log or stdout. + Includes client name and originating module if writing to log. :param ctx: Combined type of a callback and rei struct :param message: Message to write to log