summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-07-08 16:15:09 -0300
committerKali Kaneko <kali@leap.se>2015-07-20 19:14:36 -0400
commit0d9c53c4ec182c6bf3452506351258b61bb1f739 (patch)
tree3f3edeb10a65b4862fdc0fa53b787d1bc47b3654 /changes
parentd6abcc95e70d8c76dc4998766cbca5c444bd8915 (diff)
[bug] prevent logbook subscriber to fail
Fix: If the logbook controller is not started the stop call will fail. Trying to start it twice fails.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-7273_logbook-subscriber-start2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug-7273_logbook-subscriber-start b/changes/bug-7273_logbook-subscriber-start
new file mode 100644
index 00000000..976d2f35
--- /dev/null
+++ b/changes/bug-7273_logbook-subscriber-start
@@ -0,0 +1,2 @@
+- Closes bug #7273 - ZMQError: address already in use - logbook subscriber already started.
+- Closes bug - logbook subscriber stop fails if not started.