forked from lix-project/lix
* Fix message.
This commit is contained in:
parent
5d7a20dac3
commit
f21b341957
|
@ -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