diff options
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) } } |
