Skip to content

Commit

Permalink
Added info logging for CA owner object entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmit799 committed Oct 25, 2023
1 parent 8a60e76 commit bc8dd53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clientagent/client_participant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,8 @@ void ClientParticipant::HandleAddOwnership(
const uint32_t &doId, const uint32_t &parentId, const uint32_t &zoneId,
const uint16_t &dcId, DatagramIterator &dgi, const bool &other) {
auto dg = std::make_shared<Datagram>();
Logger::Info(std::format(
"[CA] Sending owner entry of object: {} to client: {}", doId, _channel));
#ifdef ARDOS_USE_LEGACY_CLIENT
// Fairies only accepts OTHER_OWNER entries and has a slightly different data
// order.
Expand Down

0 comments on commit bc8dd53

Please sign in to comment.