You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lightningd: unescape log message strings received from plugins
Plugins can send arbitrary strings in "log" notifications. Lightningd
was logging these strings without unescaping them, leading to ugly
backslashes in the log. Unescape the strings before logging them.
Changelog-Fixed: Log messages from plugins no longer contain an extra level of escaping.
0 commit comments