]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Thu, 1 May 1997 04:47:23 +0000 (04:47 +0000)
committerwessels <>
Thu, 1 May 1997 04:47:23 +0000 (04:47 +0000)
src/store_dir.cc

index 3123decad3bf9e763341db4fe4880c9c418cd716..66dd96668cfb6fd069a91fb2ade1461d3cd0d9dd 100644 (file)
@@ -359,7 +359,7 @@ storeDirCloseTmpSwapLog(int dirn)
     safe_free(swaplog_path);
     safe_free(new_path);
     SD->swaplog_fd = fd;
-    debug(20, 3, "Cache Dir #%d log opened on FD %d\n", i, fd);
+    debug(20, 3, "Cache Dir #%d log opened on FD %d\n", dirn, fd);
 }
 
 void