diff options
author | Jakob Unterwurzacher | 2016-02-07 10:55:13 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-02-07 10:55:13 +0100 |
commit | 3a4922b5d747d54c9cb62833c9d69acb96b072f6 (patch) | |
tree | 39eea52028ea5a60f1e0cce47be79a88f0a8169e /main.go | |
parent | e111e20649cfacd7b02dd454d75db879aa2ca53c (diff) |
Add tests for long name creation and renaming (currently failing, obviously)
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |