mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Log all params for packetcommands
This commit is contained in:
parent
5f04ef60ef
commit
7ec86b45b2
1 changed files with 2 additions and 2 deletions
|
@ -417,8 +417,8 @@ void Sapphire::Network::GameConnection::commandHandler( const Packets::FFXIVARR_
|
||||||
const auto param3 = packet.data().Target;
|
const auto param3 = packet.data().Target;
|
||||||
|
|
||||||
|
|
||||||
Logger::debug( "\t\t {5} | {1:X} ( p1:{2:X} p2:{3:X} p3:{4:X} )",
|
Logger::debug( "\t\t {8} | {1:X} ( p1:{2:X} p11:{3:X} p12:{4:X} p2:{5:X} p3:{6:X} p4:{7:X} )",
|
||||||
m_pSession->getId(), commandId, param1, param2, param3, packetCommandToString( commandId ) );
|
m_pSession->getId(), commandId, param1, param11, param12, param2, param3, param4, packetCommandToString( commandId ) );
|
||||||
|
|
||||||
//Logger::Log(LoggingSeverity::debug, "[" + std::to_string(m_pSession->getId()) + "] " + pInPacket->toString());
|
//Logger::Log(LoggingSeverity::debug, "[" + std::to_string(m_pSession->getId()) + "] " + pInPacket->toString());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue