r18892@catbus: nickm | 2008-03-17 13:21:04 -0400

Backport: Patch from Sebastian Hahn: give an error message on "error replacing old router store."


svn:r14081
This commit is contained in:
Nick Mathewson 2008-03-17 17:21:22 +00:00
parent 7f61a72111
commit 5e63abc20b
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ router_rebuild_store(int force, desc_store_t *store)
}
if (replace_file(fname_tmp, fname)<0) {
log_warn(LD_FS, "Error replacing old router store.");
log_warn(LD_FS, "Error replacing old router store: %s", strerror(errno));
goto done;
}