diff --git a/branches/tor-0_0_8-patches/src/or/rephist.c b/branches/tor-0_0_8-patches/src/or/rephist.c index 1638d52e11..ed701009bc 100644 --- a/branches/tor-0_0_8-patches/src/or/rephist.c +++ b/branches/tor-0_0_8-patches/src/or/rephist.c @@ -287,7 +287,7 @@ void rep_hist_dump_stats(time_t now, int severity) break; } } - log(severity, buffer); + log(severity, "%s", buffer); } } }