Module: tools Branch: master Commit: 686c002eb3c3229f7f5802ebeb44b89251283e33 URL: https://gitlab.winehq.org/winehq/tools/-/commit/686c002eb3c3229f7f5802ebeb44...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Dec 8 18:42:44 2022 +0100
testbot/LogUtils: Make the MarkAllMessagesAsNew() documentation a bit more explicit.
---
testbot/lib/WineTestBot/LogUtils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm index 4a6aa72f..e8f32f34 100644 --- a/testbot/lib/WineTestBot/LogUtils.pm +++ b/testbot/lib/WineTestBot/LogUtils.pm @@ -1258,13 +1258,13 @@ The $LogInfo structure is augmented with the following fields: =over
=item New -The total number of new messages. +The total number of new messages of all types.
=item MsgGroups =over
=item New -The number of new messages in this group. +The number of new messages of all types in this group.
=back