LOOLKit: avoid unnecessary copy-initialization
Change-Id: I14a4bb7803676173ac164ff8bd7e9eeaa6031f75
This commit is contained in:
parent
7535d95d44
commit
7e3225dceb
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ private:
|
|||
|
||||
void onUnload(const ChildSession& session) override
|
||||
{
|
||||
const auto sessionId = session.getId();
|
||||
const auto& sessionId = session.getId();
|
||||
Log::info("Unloading [" + sessionId + "].");
|
||||
|
||||
// Broadcast the demise and removal of session.
|
||||
|
|
Loading…
Reference in a new issue