X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXLog.pm;h=2dc6d2feec4136958eb46678f953137ecf5343b5;hb=a2c19a364c62f032cacc0766d987db9daa1f9983;hp=8cc6f8504b35a842304b2443e1f3d9ac23dc3d23;hpb=49e5783b757e86e6a7949ad00572c8fe6e58f293;p=spider.git diff --git a/perl/DXLog.pm b/perl/DXLog.pm index 8cc6f850..2dc6d2fe 100644 --- a/perl/DXLog.pm +++ b/perl/DXLog.pm @@ -177,7 +177,7 @@ sub Log sub DESTROY # catch undefs and do what is required further down the tree { my $self = shift; - DXDebug::dbg("dxlog", "closing $self->{fn}\n"); +# DXDebug::dbg("dxlog", "closing $self->{fn}\n"); undef $self->{fh} if defined $self->{fh}; } 1;