Actions
Bug #1221
closednumber triplets in the log
Description
Hi,
I have found weird number triplets in log (written on cerr). It occurs when using WSocketNotifier (wt 3.2.1 and boost 1.49).
Moreover there is a thread safety issue as you can see in a part of log (the number "2" before date should be on the next line).
2[2012-Apr-03 20:21:01.089830] 23006 - [info] "WebRequest: took 3.784ms"
0 0
1 0 0
2 0 0
1 0 0
So my questions are:
What does these numbers mean?
How can they be turned off?
regards,
Jan
Updated by Wim Dumon over 12 years ago
web/SocketNotifier.C, line 282. They seem to be a leftover from a debugging session; I will remove them.
Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
- Assignee set to Wim Dumon
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.2
Released in Wt 3.2.2
Actions