Fix unit test warning (#1509)

This commit is contained in:
Christophe Maudoux 2018-10-23 21:38:43 +02:00
parent aaaa8f54f5
commit 44956956e5

View File

@ -257,7 +257,7 @@ sub getApacheSession {
$self->error( $apacheSession->error );
return undef;
}
$self->logger->debug("Get session $id from Common::Session::REST");
$self->logger->debug("Get session $id from Common::Session::REST") if ( $id );
return $apacheSession;
}