Rename torlog.[ch] to log.[ch]

Fun fact: these files used to be called log.[ch] until we ran into
conflicts with systems having a log.h file.  But now that we always
include "lib/log/log.h", we should be fine.
This commit is contained in:
Nick Mathewson
2018-07-10 15:20:28 -04:00
parent 41640b6573
commit e7f5f48d68
76 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
**/
#include "lib/encoding/cstring.h"
#include "lib/log/torlog.h"
#include "lib/log/log.h"
#include "lib/log/util_bug.h"
#include "lib/malloc/malloc.h"
#include "lib/string/compat_ctype.h"