aboutsummaryrefslogtreecommitdiffstats
path: root/collector/stream.rb
diff options
context:
space:
mode:
Diffstat (limited to 'collector/stream.rb')
-rw-r--r--collector/stream.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/collector/stream.rb b/collector/stream.rb
index 0fda622..e2bcf05 100644
--- a/collector/stream.rb
+++ b/collector/stream.rb
@@ -102,6 +102,7 @@ module Aclog
def stop
@client.connection.stop
+ log(:info, "Disconnected")
end
private