make tests print more of peer logs
This commit is contained in:
parent
16b32741ce
commit
107337f821
|
@ -154,7 +154,8 @@ bool should_print(lt::alert* a)
|
||||||
if (auto pla = alert_cast<peer_log_alert>(a))
|
if (auto pla = alert_cast<peer_log_alert>(a))
|
||||||
{
|
{
|
||||||
if (pla->direction != peer_log_alert::incoming_message
|
if (pla->direction != peer_log_alert::incoming_message
|
||||||
&& pla->direction != peer_log_alert::outgoing_message)
|
&& pla->direction != peer_log_alert::outgoing_message
|
||||||
|
&& pla->direction != peer_log_alert::info)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue