]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in rev.12573
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 12 Jan 2013 10:06:24 +0000 (03:06 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 12 Jan 2013 10:06:24 +0000 (03:06 -0700)
src/wccp.cc

index f15ecce12dfe9a87c66c60eb10fa85857f9fbba3..941ad126f7e8b79ef79f9170f822ed3b76e3cd84 100644 (file)
@@ -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;
     }