]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bugfix a cut & paste typo
authorserassio <>
Sun, 6 Feb 2005 16:30:38 +0000 (16:30 +0000)
committerserassio <>
Sun, 6 Feb 2005 16:30:38 +0000 (16:30 +0000)
src/tools.cc

index 0219e44dfbd21d68b516fe53f25683f685b1152a..9e481e4b9fbbd262c2e80b1a9202ccbc62fa06ee 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: tools.cc,v 1.249 2005/02/06 01:03:58 hno Exp $
+ * $Id: tools.cc,v 1.250 2005/02/06 09:30:38 serassio Exp $
  *
  * DEBUG: section 21    Misc Functions
  * AUTHOR: Harvest Derived
@@ -412,7 +412,7 @@ sigusr2_handle(int sig)
     if (signal(sig, sigusr2_handle) == SIG_ERR)
 
         ;      /* reinstall */
-    debug(50, 0) ("signal: sig=%d func=%p: %s\n", sig, func, xstrerror());
+    debug(50, 0) ("signal: sig=%d func=%p: %s\n", sig, sigusr2_handle, xstrerror());
 
 #endif
 }