summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index 7cc31f9e26..67acdbd01c 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -122,7 +122,7 @@ init_cache_map(void)
static void
eventdns_log_cb(const char *msg)
{
- log_info(LD_EXIT, "[Eventdns] %s", msg);
+ log(LOG_INFO, LD_EXIT, "eventdns: %s", msg);
}
#endif