mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-03-09 20:21:23 +00:00
query: dump invalid packet from master server
This commit is contained in:
parent
417254d32e
commit
44448da7a6
@ -307,7 +307,11 @@ impl<'a> Scan<'a> {
|
||||
set.extend(packet.iter());
|
||||
}
|
||||
} else {
|
||||
eprintln!("warn: invalid packet from master {}", from);
|
||||
eprintln!(
|
||||
"warn: invalid packet from master {}, raw \"{}\"",
|
||||
from,
|
||||
Str(&buf[..n])
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user