1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-01 22:50:59 +01:00

* Print the exit code of the builder.

This commit is contained in:
Eelco Dolstra 2003-11-01 21:11:52 +00:00
parent 1610444671
commit 7de1b2a698
2 changed files with 10 additions and 3 deletions

View file

@ -251,7 +251,6 @@ void Database::close()
for (map<TableId, Db *>::iterator i = tables.begin();
i != tables.end(); i++)
{
debug(format("closing table %1%") % i->first);
Db * db = i->second;
db->close(DB_NOSYNC);
delete db;