summaryrefslogtreecommitdiff
path: root/src/stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.cpp')
-rw-r--r--src/stream.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stream.cpp b/src/stream.cpp
index ad7df68..818d4de 100644
--- a/src/stream.cpp
+++ b/src/stream.cpp
@@ -11,6 +11,7 @@
#include "api/twitch/schemas/stream.hpp"
#include "config.hpp"
+#include "logger.hpp"
#include "schemas/stream.hpp"
#include "utils/string.hpp"
@@ -180,6 +181,9 @@ namespace bot::stream {
continue;
}
+ log::info("TwitchStreamListener",
+ "Listening stream events for ID " + std::to_string(id));
+
this->ids.push_back(id);
}