mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix missing format argument
This commit is contained in:
parent
261b213272
commit
9060d0fe46
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public:
|
|||
throw e;
|
||||
}
|
||||
if (lockFlags.inputUpdates.contains(inputPath))
|
||||
warn("Input '%s' was specified multiple times. You may have done this by accident.");
|
||||
warn("Input '%s' was specified multiple times. You may have done this by accident.", printInputPath(inputPath));
|
||||
lockFlags.inputUpdates.insert(inputPath);
|
||||
}
|
||||
}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue