z80scc: Reduce gratuitous logging (nw)

This commit is contained in:
AJR 2019-05-30 19:00:40 -04:00
parent 241aceea5a
commit 94b2eb8f27

View File

@ -2095,7 +2095,7 @@ void z80scc_channel::do_sccreg_wr4(uint8_t data)
LOG("%s(%02x) Setting up asynchronous frame format and clock\n", FUNCNAME, data);
if (data == m_wr4)
{
logerror("- suppressing reinit of Tx as write to wr4 is identical to previous value\n");
LOG("- suppressing reinit of Tx as write to wr4 is identical to previous value\n");
}
else
{
@ -2119,7 +2119,7 @@ void z80scc_channel::do_sccreg_wr5(uint8_t data)
LOG("%s(%02x) Setting up the transmitter\n", FUNCNAME, data);
if (data == m_wr5)
{
logerror("- suppressing reinit of Tx as write to wr5 is identical to previous value\n");
LOG("- suppressing reinit of Tx as write to wr5 is identical to previous value\n");
}
else
{