summaryrefslogtreecommitdiff
path: root/log.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2017-09-30 01:36:55 +0200
committerNikolaus Gotsche <n@softwarefools.com>2017-09-30 01:36:55 +0200
commite043d7a4772e08ce158645199c7dc14908589e51 (patch)
tree6b030ec10ccdea60119246bb0cb8894a57031d58 /log.go
parent3fd5c25226ecaed13687ab59d12b1dbb2a2f1344 (diff)
redis functions
renaming
Diffstat (limited to 'log.go')
-rw-r--r--log.go2
1 files changed, 1 insertions, 1 deletions
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)
}
}