From e7f5f48d68553206b95cbb4f610702c887500124 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 10 Jul 2018 15:20:28 -0400 Subject: 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. --- src/lib/trace/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/trace') diff --git a/src/lib/trace/debug.h b/src/lib/trace/debug.h index a764f552ea..191d94226d 100644 --- a/src/lib/trace/debug.h +++ b/src/lib/trace/debug.h @@ -9,7 +9,7 @@ #ifndef TOR_TRACE_LOG_DEBUG_H #define TOR_TRACE_LOG_DEBUG_H -#include "lib/log/torlog.h" +#include "lib/log/log.h" /* Stringify pre-processor trick. */ #define XSTR(d) STR(d) -- cgit v1.2.3-54-g00ecf