SSL DEBUG LOCK messages in Ubuntu Z-Way Server binary?

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
sofakng
Posts: 37
Joined: 09 Jun 2020 06:09

SSL DEBUG LOCK messages in Ubuntu Z-Way Server binary?

Post by sofakng »

I'm cross posting this because I also posted over here: https://forum.z-wave.me/viewtopic.php?p=87496#p87496

I've setup a Docker container based on Z-Way v3.0.6 (z-way-server-Ubuntu-v3.0.6.tgz), however the console is flooded with SSL DEBUG LOCK messages:

Code: Select all

SSL DEBUG LOCK: 20 > 1
SSL DEBUG LOCK: 20 > 0
SSL DEBUG LOCK: 16 > 0
SSL DEBUG LOCK: 30 > 1
SSL DEBUG LOCK: 30 > 0
The link above mentions this coming from the SSL library (OpenSSL?) but I can't find any references.

If I open the ELF binary ('z-way-server'), I do see the text string 'SSL DEBUG LOCK: %d > %d'.
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: SSL DEBUG LOCK messages in Ubuntu Z-Way Server binary?

Post by PoltoS »

Sorry, this comes from some debug output that moved accidentally in the release version. Will be removed in next one
sofakng
Posts: 37
Joined: 09 Jun 2020 06:09

Re: SSL DEBUG LOCK messages in Ubuntu Z-Way Server binary?

Post by sofakng »

Got it. Thanks very much!
Post Reply