From 22b3835a10442508c42004d1c02147b17d5a470f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 13 Jun 2019 12:21:30 +0200 Subject: conf: grammar --- conf/path_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/path_windows.go b/conf/path_windows.go index ad2d759c..ec2a715b 100644 --- a/conf/path_windows.go +++ b/conf/path_windows.go @@ -62,7 +62,7 @@ func maybeMigrate(c string) { } if defaulted || !sid.IsWellKnown(windows.WinLocalSystemSid) { sidStr, _ := sid.String() - log.Printf("Not migrating configuration from '%s' it is not explicitly owned by SYSTEM, but rather '%s'", oldRoot, sidStr) + log.Printf("Not migrating configuration from '%s', as it is not explicitly owned by SYSTEM, but rather '%s'", oldRoot, sidStr) return } err = windows.MoveFileEx(windows.StringToUTF16Ptr(oldC), windows.StringToUTF16Ptr(c), windows.MOVEFILE_COPY_ALLOWED) -- cgit v1.2.3-59-g8ed1b