summaryrefslogtreecommitdiff
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 2c1a26c..ef93440 100644
--- a/main.go
+++ b/main.go
@@ -192,7 +192,7 @@ func main() {
toggledlog.Debug.Printf("Debug output enabled")
}
if args.wpanic {
- toggledlog.Warn.PanicAfter = true
+ toggledlog.Warn.Wpanic = true
toggledlog.Debug.Printf("Panicing on warnings")
}
// Every operation below requires CIPHERDIR. Check that we have it.