summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-06-11 11:54:10 -0300
committerdrebs <drebs@leap.se>2015-06-11 12:07:49 -0300
commitb33f0ef3485311f87990409ef8ba2bcb8b26dc5d (patch)
tree7e5fedd5864cfc4d57326997bd0bfe2058f56135 /changes
parentb67648aa666345b0800b48f6c203538b21c9a201 (diff)
[bug] remove extraneous data from events logs
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_7130_remove-extraneous-data-from-events-logs1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_7130_remove-extraneous-data-from-events-logs b/changes/bug_7130_remove-extraneous-data-from-events-logs
new file mode 100644
index 0000000..6a12ee5
--- /dev/null
+++ b/changes/bug_7130_remove-extraneous-data-from-events-logs
@@ -0,0 +1 @@
+ o Remove extraneous data from events logs. Closes #7130.