From 7847ab8270efab472b7b6a4bf9a57f5b83cb7212 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Tue, 17 Oct 2017 18:10:54 -0700 Subject: fmt almost done --- cmd/fscrypt/setup.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/fscrypt/setup.go') diff --git a/cmd/fscrypt/setup.go b/cmd/fscrypt/setup.go index 63f0c51..a421783 100644 --- a/cmd/fscrypt/setup.go +++ b/cmd/fscrypt/setup.go @@ -70,8 +70,8 @@ func setupFilesystem(path string) error { return err } - fmt.Fprintf(Output, "Metadata directories created at %q.\n", ctx.Mount.BaseDir()) - fmt.Fprintf(Output, "Filesystem %q (%s) ready for use with %s encryption.\n", + fmt.Fprintf(cmd.Output, "Metadata directories created at %q.\n", ctx.Mount.BaseDir()) + fmt.Fprintf(cmd.Output, "Filesystem %q (%s) ready for use with %s encryption.\n", ctx.Mount.Path, ctx.Mount.Device, ctx.Mount.Filesystem) return nil } -- cgit v1.2.3