Quellcode durchsuchen

expand documentation on tor_remove_file

Nick Mathewson vor 6 Jahren
Ursprung
Commit
c99ec36def
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4 1
      src/or/main.c

+ 4 - 1
src/or/main.c

@@ -3397,7 +3397,10 @@ tor_free_all(int postfork)
   }
   }
 }
 }
 
 
-/** Remove the specified file. */
+/**
+ * Remove the specified file, and log a warning if the operation fails for
+ * any reason other than the file not existing.
+ */
 void
 void
 tor_remove_file(const char *filename)
 tor_remove_file(const char *filename)
 {
 {