Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #200 - Properly decode received log messages in GUI plugin
Update the process_log_msg() helper to properly decode the received 0MQ message from bytes into a str prior to passing it off to log.parseSyslog. This necessary change was overlooked in our testing for the new 0MQ send / recv call updates in Core / GUI. Resolve #200
- Loading branch information