Some minor changes
This commit is contained in:
@@ -172,7 +172,7 @@ std::deque<std::shared_ptr<ViewEntry>> ClientChannelView::insert_channels(shared
|
||||
continue;
|
||||
};
|
||||
auto now_prv = this->find_channel(entry->previousChannelId());
|
||||
debugMessage(this->getServerId(), "{}[CHANNELS] Insert channel {} ({}) after {} ({}). Original view prv: {} ({}). Original prv: {} ({})",
|
||||
logTrace(this->getServerId(), "{}[CHANNELS] Insert channel {} ({}) after {} ({}). Original view prv: {} ({}). Original prv: {} ({})",
|
||||
CLIENT_STR_LOG_PREFIX_(this->owner),
|
||||
channel->channelId(), channel->name(),
|
||||
entry->previousChannelId(), now_prv ? now_prv->channel()->name() : "",
|
||||
@@ -225,7 +225,7 @@ std::deque<std::shared_ptr<ViewEntry>> ClientChannelView::show_channel(std::shar
|
||||
remote_previous = remote_previous->previous;
|
||||
}
|
||||
auto previous_channel = previous ? previous->channel() : nullptr; //weak could be may nullptr
|
||||
debugMessage(this->getServerId(), "{}[CHANNELS] Insert channel {} ({}) after {} ({})",
|
||||
logTrace(this->getServerId(), "{}[CHANNELS] Insert channel {} ({}) after {} ({})",
|
||||
CLIENT_STR_LOG_PREFIX_(this->owner),
|
||||
channel->channelId(), channel->name(),
|
||||
previous ? previous->channelId() : 0, previous_channel ? previous_channel->name() : ""
|
||||
|
||||
Reference in New Issue
Block a user