Skip to content

Commit

Permalink
fixed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Mar 15, 2013
1 parent 7c7052b commit 97d28cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AnyEvent/Lingr.pm
Expand Up @@ -117,7 +117,7 @@ sub start_session {
$self->_get_channels; $self->_get_channels;
} }
else { else {
warnf "session verify failed: %s", ddf($res); debugf "session verify failed: %s", ddf($res || $hdr);
$self->session(undef); $self->session(undef);
$self->_on_error($res, $hdr); $self->_on_error($res, $hdr);
} }
Expand Down

0 comments on commit 97d28cb

Please sign in to comment.