mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
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:
parent
ea6f636e94
commit
80ec9e51dd
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user