Add debug messages on notifications module.

This commit is contained in:
Andrey Antukh 2021-02-22 19:10:05 +01:00
parent 688d649c4a
commit d89bf772a6
2 changed files with 5 additions and 0 deletions

View file

@ -64,6 +64,8 @@
sub-buff (a/chan 1)
cch (a/chan 1)]
(log/debugf "initializing msgbus (uri: '%s')" (str uri))
;; Start the sending (publishing) loop
(impl-publish-loop snd-conn snd-buff cch)