r18891@catbus: nickm | 2008-03-17 13:20:20 -0400

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


svn:r14080
This commit is contained in:
Nick Mathewson 2008-03-17 17:21:12 +00:00
parent ea6f636e94
commit 80ec9e51dd

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