summaryrefslogtreecommitdiff
path: root/log.go
diff options
context:
space:
mode:
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)
}
}