From 91ba2103d113c553d2e8a93215bf1f8e697c4b5b Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 27 May 2001 02:26:53 +0000 Subject: Changed the reference from log() to log_message(). --- src/stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/stats.c b/src/stats.c index f733fdd..2cd6ec1 100644 --- a/src/stats.c +++ b/src/stats.c @@ -1,4 +1,4 @@ -/* $Id: stats.c,v 1.3 2001-05-23 17:59:08 rjkaes Exp $ +/* $Id: stats.c,v 1.4 2001-05-27 02:26:53 rjkaes Exp $ * * This module handles the statistics for tinyproxy. There are only two * public API functions. The reason for the functions, rather than just a @@ -74,7 +74,7 @@ int showstats(struct conn_s *connptr) connptr->output_message = malloc(MAXBUFFSIZE); if (!connptr->output_message) { - log(LOG_CRIT, "Out of memory!"); + log_message(LOG_CRIT, "Out of memory!"); return -1; } -- cgit v1.2.3