mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
daemon: Fix typo in format string.
* nix/libstore/build.cc (Worker::waitForInput): Fix typo in format string. Change-Id: I0a39ada8a347c8c8daddd9f34292cbbb03ba0076
This commit is contained in:
@@ -4390,7 +4390,7 @@ void Worker::waitForInput()
|
||||
after - j->second.timeStarted >= (time_t) settings.buildTimeout)
|
||||
{
|
||||
printMsg(lvlError,
|
||||
std::format("{} timed out after %2% seconds",
|
||||
std::format("{} timed out after {} seconds",
|
||||
goal->getName(), settings.buildTimeout));
|
||||
goal->timedOut();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user