Skip to content

Commit 45325d2

Browse files
serdarozerrstephanme
authored andcommitted
fix: log message corrected
1 parent 7f58caf commit 45325d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcs/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func (client *GCSBlobstore) readOnly() bool {
243243
}
244244

245245
func (client *GCSBlobstore) Sign(id string, action string, expiry time.Duration) (string, error) {
246-
log.Printf("Signing object '%s' with method '%s' for '%s' minutes\n", id, action, expiry.String())
246+
log.Printf("Signing object '%s' with method '%s' for '%s'\n", id, action, expiry.String())
247247

248248
action = strings.ToUpper(action)
249249
token, err := google.JWTConfigFromJSON([]byte(client.config.ServiceAccountFile), storage.ScopeFullControl)

0 commit comments

Comments
 (0)