torhve / weechat-matrix-protocol-script

A WeeChat script in Lua that implements the matrix.org chat protocol
349 stars 52 forks source link

🔍🔍 Logging hook errors to debug #139

Closed louib closed 4 years ago

louib commented 5 years ago

Looks like they happen from time to time without crashing the script or anything, so I'd log them to debug.

Also, moved the DEBUG if statement into the dbg function, to make sure no debug statement gets logged when debugging is disabled.

@torhve could you take a look please :eyes: ?