Lines 323-330
sub raw_transport {
Link Here
|
323 |
|
323 |
|
324 |
siplog( |
324 |
siplog( |
325 |
"LOG_DEBUG", "raw_transport: uname/inst: '%s/%s'", |
325 |
"LOG_DEBUG", "raw_transport: uname/inst: '%s/%s'", |
326 |
$self->{account}->{id}, |
326 |
$self->{account}->{id} // 'undef', |
327 |
$self->{account}->{institution} |
327 |
$self->{account}->{institution} // 'undef' |
328 |
); |
328 |
); |
329 |
if ( !$self->{account}->{id} ) { |
329 |
if ( !$self->{account}->{id} ) { |
330 |
siplog( "LOG_ERR", "Login failed shutting down" ); |
330 |
siplog( "LOG_ERR", "Login failed shutting down" ); |