mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
d4ed26d5be
commit
6f1448ef89
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue