From: Nick Mathewson Date: Wed, 20 Dec 2017 15:43:27 +0000 (-0500) Subject: expand documentation on tor_remove_file X-Git-Tag: tor-0.3.3.1-alpha~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c99ec36defadf763034b82107f6168987668862f;p=thirdparty%2Ftor.git expand documentation on tor_remove_file --- diff --git a/src/or/main.c b/src/or/main.c index f4050d3a59..2c8dfae2f3 100644 --- a/src/or/main.c +++ b/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 tor_remove_file(const char *filename) {