]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix KILL_PARENT debug()
authorwessels <>
Sat, 1 Nov 1997 02:34:48 +0000 (02:34 +0000)
committerwessels <>
Sat, 1 Nov 1997 02:34:48 +0000 (02:34 +0000)
src/main.cc

index 65604f9ad68438922558e3bdba9e9dada9aa976b..8ce66c2070256bbca248e20928e428a73f32ea42 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: main.cc,v 1.185 1997/10/30 22:40:51 wessels Exp $
+ * $Id: main.cc,v 1.186 1997/10/31 19:34:48 wessels Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -299,7 +299,7 @@ shut_down(int sig)
     {
        pid_t ppid = getppid();
        if (ppid > 1) {
-           debug(1, 1"Killing RunCache, pid %d\n", ppid);
+           debug(1, 1) ("Killing RunCache, pid %d\n", ppid);
            kill(ppid, sig);
        }
     }