mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Fixed buffer "sniffer"
This commit is contained in:
parent
549b831577
commit
083e45585d
|
|
@ -18,7 +18,7 @@ namespace TLSharp.Core.Network
|
|||
private static string WriteMessage(StringBuilder log, byte[] data)
|
||||
{
|
||||
foreach (var b in data)
|
||||
log.AppendFormat(" {:x2}", b);
|
||||
log.AppendFormat(" {0:x2}", b);
|
||||
return log.ToString();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue