dump current session with debug level > 5
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 30 Oct 2007 16:24:51 +0000 (16:24 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 30 Oct 2007 16:24:51 +0000 (16:24 +0000)
git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@187 836a5e1a-633d-0410-964b-294494ad4392

lib/CWMP/Store.pm

index 7a69269..2c79628 100644 (file)
@@ -171,6 +171,8 @@ sub ID_to_uid {
 
        warn "#### ID_to_uid",dump( $ID, $state ),$/ if $self->debug > 4;
 
+       warn "##### current session = ",dump( $session ), $/ if $self->debug > 5;
+
        $session->{ $ID }->{last_seen} = time();
 
        my $uid;