aboutsummaryrefslogtreecommitdiff
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 1138b30..811792d 100644
--- a/log.go
+++ b/log.go
@@ -33,7 +33,7 @@ func logAlways(f string, a ...interface{}) {
logMu.Unlock()
}
-func LogStats(f string, a ...interface{}) {
+func logStats(f string, a ...interface{}) {
if !LogFlag && !StatsFlag {
return
}