line 679 in HBAAPILIB.c performs a printf in an error condition. This results in writing to stdout and is undesired for applications / daeamons which use their own logging mechanisms ( files & syslog ).
Simple fix is to comment out this line.
Log in to post a comment.