* Fix message.

This commit is contained in:
Eelco Dolstra 2003-07-24 15:03:36 +00:00
parent 5d7a20dac3
commit f21b341957
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}