Date: Sunday December 30, 2001 @ 16:09
Author: matt
Update of /home/cvs/AxKit/lib/Apache/AxKit
In directory ted:/home/matt/Perl/AxKit/lib/Apache/AxKit
Modified Files:
Cache.pm
Log Message:
Slightly more debugging output
Index: Cache.pm
===================================================================
RCS file: /home/cvs/AxKit/lib/Apache/AxKit/Cache.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Cache.pm 2001/12/29 16:24:14 1.29
+++ Cache.pm 2001/12/30 16:09:56 1.30
@@ -1,4 +1,4 @@
-# $Id: Cache.pm,v 1.29 2001/12/29 16:24:14 matt Exp $
+# $Id: Cache.pm,v 1.30 2001/12/30 16:09:56 matt Exp $
package Apache::AxKit::Cache;
use strict;
@@ -103,6 +103,7 @@
sub write {
my $self = shift;
return if $self->{no_cache};
+ AxKit::Debug(7, "[Cache] writing cache file $self->{file}");
my $fh = Apache->gensym();
my $tmp_filename = $self->{file}."new$$";
if (sysopen($fh, $tmp_filename, O_WRONLY|O_CREAT)) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]