Updated nats examples

This commit is contained in:
Xackery
2018-03-16 18:43:14 -07:00
parent a5f35bf32a
commit 825dbc9e9a
3 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ void NatsManager::SendChannelMessage(eqproto::ChannelMessage* message, const cha
if (s != NATS_OK) {
Log(Logs::General, Logs::NATS, "world.channel_message.out failed: %s", nats_GetLastError(&s));
Log(Logs::General, Logs::NATS, StringFormat("zone.%s.%d.channel_message.out failed: %s", subscribedZoneName.c_str(), subscribedZoneInstance).c_str(), nats_GetLastError(&s));
return;
}