From: Amos Jeffries Date: Sat, 12 Jan 2013 10:06:24 +0000 (-0700) Subject: Fix typo in rev.12573 X-Git-Tag: SQUID_3_4_0_1~384 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bca20999278ceb2aca89c46634fe55fe7cf26b6c;p=thirdparty%2Fsquid.git Fix typo in rev.12573 --- diff --git a/src/wccp.cc b/src/wccp.cc index f15ecce12d..941ad126f7 100644 --- a/src/wccp.cc +++ b/src/wccp.cc @@ -303,7 +303,7 @@ wccpHereIam(void *voidnotused) // if we failed to send the whole lot, try again at a shorter interval (20%) if (sent != sizeof(wccp_here_i_am)) { - debusg(80, 2, "ERROR: failed to send WCCP HERE_I_AM packet: " << xstrerror()); + debugs(80, 2, "ERROR: failed to send WCCP HERE_I_AM packet: " << xstrerror()); interval = 2.0; }