Adds Hass stream info to log

This commit is contained in:
Alexey Khit
2022-09-06 06:36:13 +03:00
parent f442aab176
commit 6b274f2a37
+1
View File
@@ -78,6 +78,7 @@ func Init() {
continue
}
log.Info().Str("src", "hass:" + entrie.Title).Msg("[hass] new stream")
//streams.Get("hass:" + entrie.Title)
}
}