浏览代码

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

Nick Mathewson 17 年之前
父节点
当前提交
80ec9e51dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/routerlist.c

+ 1 - 1
src/or/routerlist.c

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