Logger: message counter misses the first repetition

Hey hey,

I’m using 7.0-0293

When sending a succession of identical messages to Logger, there is an issue with the little counter that appears next to the message:

  • first message: message gets printed for the first time in the console
  • second message: nothing happens (=> should count “2”). That’s the missing step that messes up the subsequent counts:
  • third message: counted 2 (should be 3)
  • fourth message: counted 3 (should be 4)
    and so on

Hope this helps!
T

1 Like

Hi Tremens,

thank you!
Should be fixed in previews >= 7.0-304

Best,
Anton

2 Likes