logging the session id at client creation time for debugging
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 17 Jul 2006 13:07:46 +0000 (13:07 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 17 Jul 2006 13:07:46 +0000 (13:07 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@749 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/AppSession.pm

index 027a688..87b23ae 100644 (file)
@@ -248,6 +248,8 @@ sub create {
                                stateless               => $stateless,
                         } => $class;
 
+       $logger->debug( "Created new client session $app : $sess_id" );
+
        return $_CACHE{$sess_id} = $self;
 }