aboutsummaryrefslogtreecommitdiff
path: root/telegram/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'telegram/client.go')
-rw-r--r--telegram/client.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/telegram/client.go b/telegram/client.go
index b0cee44..3d361b6 100644
--- a/telegram/client.go
+++ b/telegram/client.go
@@ -12,13 +12,13 @@ import (
)
var logConstants = map[string]int32{
- "fatal": 0,
- "error": 1,
- "warn": 2,
- "info": 3,
- "debug": 4,
- "verbose": 5,
- "all": 1023,
+ ":fatal": 0,
+ ":error": 1,
+ ":warn": 2,
+ ":info": 3,
+ ":debug": 4,
+ ":verbose": 5,
+ ":all": 1023,
}
func stringToLogConstant(c string) int32 {