+debug dump CcFlushCache() catch of Lsn.
authorshort <>
Wed, 13 Aug 2003 08:39:25 +0000 (08:39 +0000)
committershort <>
Wed, 13 Aug 2003 08:39:25 +0000 (08:39 +0000)
src/TraceFS/checktrace.pl

index 1869469..9c1964d 100755 (executable)
@@ -767,6 +767,9 @@ my($LogHandle,$Lsn)=@_;
 
        $Object->{"LogHandle"}=$LogHandle;
        $Object->{"Lsn"}=$Lsn;
+
+       my $obj=${$EnterLeave}[$#$EnterLeave-1];
+       warn "FLUSH" if $obj->{"by"} eq "CcFlushCache";
 }
 
 my $LogHandle_static;