[Libreoffice-commits] online.git: loolwsd/ClientSession.cpp
Henry Castro
hcastro at collabora.com
Tue May 17 22:33:03 UTC 2016
loolwsd/ClientSession.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6c31bd8bcafc59f981fd63c1ec4d1a01fa9720d3
Author: Henry Castro <hcastro at collabora.com>
Date: Tue May 17 18:33:37 2016 -0400
loolwsd: log, rename to ClientSession
diff --git a/loolwsd/ClientSession.cpp b/loolwsd/ClientSession.cpp
index 49ba399..5446179 100644
--- a/loolwsd/ClientSession.cpp
+++ b/loolwsd/ClientSession.cpp
@@ -49,7 +49,7 @@ ClientSession::ClientSession(const std::string& id,
ClientSession::~ClientSession()
{
- Log::info("~PrisonerSession dtor [" + getName() + "].");
+ Log::info("~ClientSession dtor [" + getName() + "].");
// Release the save-as queue.
_saveAsQueue.put("");
More information about the Libreoffice-commits
mailing list