diff options
author | Jakob Unterwurzacher | 2016-09-25 19:48:21 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-09-25 19:48:21 +0200 |
commit | 5f4b16c00f2475a8efd0ae0d4d4e26f92b563dc0 (patch) | |
tree | 5b9a65d94c3cc58c032e731ea4cb776947b30ebd /main.go | |
parent | 166ba74a053898a52ff2e48125c1df97f35a85fd (diff) |
Implement changes proposed by gosimple.
Also delete the unused "dirIVNameStruct", found by deadcode.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ func main() { tlog.Info.Printf("Note: You must unmount gracefully, otherwise the profile file(s) will stay empty!\n") } // "-openssl" - if args.openssl == false { + if !args.openssl { tlog.Debug.Printf("OpenSSL disabled, using Go GCM") } else { tlog.Debug.Printf("OpenSSL enabled") |