Changed level for startup messages

This commit is contained in:
WeebDataHoarder
2025-04-03 06:24:06 +02:00
parent c76889efa2
commit 01466e1686
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ func main() {
}
listener, listenUrl := setupListener(*bindNetwork, *bind, *socketMode)
slog.Info(
slog.Warn(
"listening",
"url", listenUrl,
)