Implementation fixes for TIC processing
This commit is contained in:
@@ -628,8 +628,8 @@ final class Binkp extends BaseProtocol
|
||||
continue;
|
||||
}
|
||||
|
||||
} catch (Exception) {
|
||||
Log::error(sprintf('%s: ! AKA is INVALID [%s]',self::LOGKEY,$rem_aka));
|
||||
} catch (Exception $e) {
|
||||
Log::error(sprintf('%s: ! AKA is INVALID [%s] (%s)',self::LOGKEY,$rem_aka,$e->getMessage()));
|
||||
|
||||
$this->msgs(self::BPM_ERR,sprintf('Bad address %s',$rem_aka));
|
||||
$this->rc = self::S_FAILURE;
|
||||
|
Reference in New Issue
Block a user