mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
* Fix message.
This commit is contained in:
parent
5d7a20dac3
commit
f21b341957
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ Slice normaliseFState(FSId id, FSIdSet pending)
|
|||
try {
|
||||
expandId(i->second, i->first, "/", pending);
|
||||
} catch (Error & e) {
|
||||
debug(format("fast build failed for %1%") % e.what());
|
||||
debug(format("fast build failed for `%1%': %2%")
|
||||
% i->first % e.what());
|
||||
fastBuild = false;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue