[Libreoffice-commits] online.git: loolwsd/PrisonerSession.cpp

Henry Castro hcastro at collabora.com
Tue May 17 22:37:53 UTC 2016


 loolwsd/PrisonerSession.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb8350afd4c15a188733e416993fbcb32dae0167
Author: Henry Castro <hcastro at collabora.com>
Date:   Tue May 17 18:38:56 2016 -0400

    loolwsd: log info, rename to PrisonerSession

diff --git a/loolwsd/PrisonerSession.cpp b/loolwsd/PrisonerSession.cpp
index f7388a4..41ad29d 100644
--- a/loolwsd/PrisonerSession.cpp
+++ b/loolwsd/PrisonerSession.cpp
@@ -40,7 +40,7 @@ PrisonerSession::PrisonerSession(const std::string& id,
     _docBroker(docBroker),
     _curPart(0)
 {
-    Log::info("ClientSession ctor [" + getName() + "].");
+    Log::info("PrisonerSession ctor [" + getName() + "].");
 }
 
 PrisonerSession::~PrisonerSession()


More information about the Libreoffice-commits mailing list