]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Fri, 12 May 2000 10:06:34 +0000 (10:06 +0000)
committerwessels <>
Fri, 12 May 2000 10:06:34 +0000 (10:06 +0000)
 - Function name changed, bug debug comment did not.

src/fs/diskd/store_dir_diskd.cc

index 5c7f67abf48e2a8ebeec0e4a1c2a241571145a04..075c9f7fbba988ae59efff4e898546dd13d2d380 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir_diskd.cc,v 1.3 2000/05/12 03:32:24 wessels Exp $
+ * $Id: store_dir_diskd.cc,v 1.4 2000/05/12 04:06:34 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -497,7 +497,7 @@ storeDiskdDirCallback(SwapDir * SD)
            else
                break;
        } else if (x != msg_snd_rcv_sz) {
-           debug(81, 1) ("storeDiskdReadIndividualQueue: msgget returns %d\n",
+           debug(81, 1) ("storeDiskdDirCallback: msgget returns %d\n",
                x);
            break;
        }