From e043d7a4772e08ce158645199c7dc14908589e51 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Sat, 30 Sep 2017 01:36:55 +0200 Subject: redis functions renaming --- log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'log.go') diff --git a/log.go b/log.go index 365989b..976ce91 100644 --- a/log.go +++ b/log.go @@ -21,7 +21,7 @@ func Log(text string) { panic(err) } if loud { - fmt.Println(full) + fmt.Println("Log",full) } } -- cgit v1.2.3