Numerous "Switching to process" Messages?

Hi All,
I just noticed that in one of the projects I’m working on I’m now getting messages like this in the output window when an open panel is run:

[Switching to process 37116 thread 0x0]
[Switching to process 37116 thread 0x1b03]
[Switching to process 37116 thread 0x407]
[Switching to process 37116 thread 0x7b07]
[Switching to process 37116 thread 0x407]
[Switching to process 37116 thread 0x1b03]
[Switching to process 37116 thread 0x407]

I didn’t used to get this. Can anyone help with the meaning of this? I’m worried it could be connected with a bug I’m seeing.

Hi,

this isn’t an error message.
AppleScriptObjC/Cocoa is multithreaded, that means the application can execute tasks at the same time or asynchronously
The message just reports that the application process is switching to another thread