From 400c67f7352371f570e38531d7e033cfe6c87898 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 17 Feb 2020 09:41:08 +0100 Subject: Logging; fix xmpp a bit --- test/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/main.go b/test/main.go index 60dfe5a..1baa9df 100644 --- a/test/main.go +++ b/test/main.go @@ -4,7 +4,8 @@ import ( "strings" "time" "fmt" - "log" + + log "github.com/sirupsen/logrus" "git.deuxfleurs.fr/Deuxfleurs/easybridge/connector" "git.deuxfleurs.fr/Deuxfleurs/easybridge/connector/irc" -- cgit v1.2.3