aboutsummaryrefslogtreecommitdiff
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 e3acb3c..707585d 100644
--- a/main.go
+++ b/main.go
@@ -180,7 +180,7 @@ func main() {
fmt.Printf("Password: ")
}
currentPassword = readPassword()
- cryptfs.Info.Printf("\nDecrypting master key... ")
+ cryptfs.Info.Printf("Decrypting master key... ")
cryptfs.Warn.Disable() // Silence DecryptBlock() error messages on incorrect password
key, cf, err = cryptfs.LoadConfFile(cfname, currentPassword)
cryptfs.Warn.Enable()