aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/fscrypt/commands.go')
-rw-r--r--cmd/fscrypt/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fscrypt/commands.go b/cmd/fscrypt/commands.go
index fd90626..bd4827b 100644
--- a/cmd/fscrypt/commands.go
+++ b/cmd/fscrypt/commands.go
@@ -292,7 +292,7 @@ func unlockAction(c *cli.Context) error {
}
// Check if directory is already unlocked
if policy.IsProvisioned() {
- log.Printf("policy %s is already provisioned", policy)
+ log.Printf("policy %s is already provisioned", policy.Descriptor())
return newExitError(c, errors.Wrapf(ErrPolicyUnlocked, path))
}