diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2021-06-02 21:25:58 +0200 |
---|---|---|
committer | Matthias Hecker <36882671+mattzque@users.noreply.github.com> | 2021-06-05 18:06:45 +0200 |
commit | ab23670d711ce0ab3e609421df96d837b6b93350 (patch) | |
tree | cfb3bab1848b815f429b19e8c60568e27093d5bb /lib/rbot/logger.rb | |
parent | 03d0839fa48fd9424b7a968986e96b7e69e84d25 (diff) |
fix: restore logging of session start/end
Diffstat (limited to 'lib/rbot/logger.rb')
-rw-r--r-- | lib/rbot/logger.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/logger.rb b/lib/rbot/logger.rb index d4717aa6..4189151c 100644 --- a/lib/rbot/logger.rb +++ b/lib/rbot/logger.rb @@ -100,6 +100,7 @@ class Bot @queue << nil @thread.join @thread = nil + log_session_end end end |