aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e4c569cb..b134f444 100644
--- a/main.go
+++ b/main.go
@@ -205,7 +205,7 @@ func main() {
fatal(err)
}
defer file.Close()
- err = ringlogger.DumpTo(file, true)
+ err = ringlogger.DumpTo(file)
if err != nil {
fatal(err)
}