Skip to content

Commit eb4d2ac

Browse files
author
Aaron Schlesinger
committed
fix(pkg/gitreceive/build.go): fix debug output to print duration value
1 parent d4f0a12 commit eb4d2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func build(conf *Config, s3Client *storage.Client, kubeClient *client.Client, fs
217217
}
218218

219219
log.Debug(
220-
"Polling the S3 server every %d for %d for the resultant slug at %s/%s",
220+
"Polling the S3 server every %s for %s for the resultant slug at %s/%s",
221221
conf.ObjectStorageTickDuration(),
222222
conf.ObjectStorageWaitDuration(),
223223
conf.Bucket,

0 commit comments

Comments
 (0)