legacy/build-remote: fix a missing format string argument

Change-Id: Ic3156695a7f41367d413f2da3b5791d489576d47
This commit is contained in:
Kate Temkin
2025-12-09 09:47:21 +00:00
committed by ktemkin
parent 3db533c637
commit 15969c51c3
+1 -1
View File
@@ -527,7 +527,7 @@ kj::Promise<void> AcceptedBuild::runImpl(RunContext context)
AIO().timeoutAfter(15 * kj::MINUTES, lockFileAsync(uploadLock.get(), ltWrite))
);
if (!result) {
printError("somebody is hogging the upload lock for '%s', continuing...");
printError("somebody is hogging the upload lock for '%s', continuing...", storeUri);
}
}