diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2017-09-30 01:36:55 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2017-09-30 01:36:55 +0200 |
| commit | e043d7a4772e08ce158645199c7dc14908589e51 (patch) | |
| tree | 6b030ec10ccdea60119246bb0cb8894a57031d58 /log.go | |
| parent | 3fd5c25226ecaed13687ab59d12b1dbb2a2f1344 (diff) | |
redis functions
renaming
Diffstat (limited to 'log.go')
| -rw-r--r-- | log.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ func Log(text string) { panic(err) } if loud { - fmt.Println(full) + fmt.Println("Log",full) } } |
