From b571fdc61aa16878226c8aede4d12b0df2c69c23 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 6 Mar 2008 16:05:44 +0000 Subject: fixed some compiler warnings under FreeBSD --- omfwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omfwd.c') diff --git a/omfwd.c b/omfwd.c index 84f3fdc7..a9fed18c 100644 --- a/omfwd.c +++ b/omfwd.c @@ -239,7 +239,7 @@ static rsRetVal TCPSendFrame(void *pvData, char *msg, size_t len) * For the time being, we ignore this... * rgerhards, 2005-10-25 */ - dbgprintf("message not completely (tcp)send, ignoring %ld\n", lenSend); + dbgprintf("message not completely (tcp)send, ignoring %ld\n", (long) lenSend); usleep(1000); /* experimental - might be benefitial in this situation */ /* TODO: we need to revisit this code -- rgerhards, 2007-12-28 */ } -- cgit