Desync: Change sync event logging to desync debug level 2

desync-debugging
Jonathan G Rennison 5 years ago
parent 132c3259a7
commit 46d5afd6e8

@ -857,7 +857,7 @@ void NetworkGameLoop()
/* We don't want to log multiple times if paused. */
static Date last_log;
if (last_log != _date) {
DEBUG(desync, 1, "sync: %08x; %02x; %08x; %08x", _date, _date_fract, _random.state[0], _random.state[1]);
DEBUG(desync, 2, "sync: %08x; %02x; %08x; %08x", _date, _date_fract, _random.state[0], _random.state[1]);
last_log = _date;
}
}

Loading…
Cancel
Save