summaryrefslogtreecommitdiff
path: root/changes/bug_7130_remove-extraneous-data-from-events-logs
AgeCommit message (Collapse)Author
2015-07-10[pkg] fold in changes0.4.1Ivan Alejandro
2015-06-11[bug] remove extraneous data from events logsdrebs
The emission of an event was being logged twice, and the second time was logging the pickled content of the event. This pickled content contained line breaks and other things that caused strange output on the client log. This commit removes the second loggin of the event pickled content. Closes #7130.