Add another debug message

pull/1/head
Tom Early 3 years ago
parent 01596c9784
commit 308bed4509

@ -211,6 +211,11 @@ void CDextraProtocol::HandleQueue(void)
// is this client busy ? // is this client busy ?
if ( !client->IsAMaster() && (client->GetReflectorModule() == packet->GetPacketModule()) ) if ( !client->IsAMaster() && (client->GetReflectorModule() == packet->GetPacketModule()) )
{ {
if (packet->IsDvHeader())
{
buffer.Dump("Header packet");
std::cout << "Is going to " << client->GetCallsign() << " at " << client->GetIp() << std::endl;
}
// no, send the packet // no, send the packet
int n = packet->IsDvHeader() ? 5 : 1; int n = packet->IsDvHeader() ? 5 : 1;
for ( int i = 0; i < n; i++ ) for ( int i = 0; i < n; i++ )

Loading…
Cancel
Save

Powered by TurnKey Linux.