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

Henry Castro hcastro at collabora.com
Mon Dec 28 12:52:53 PST 2015


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

New commits:
commit 8410ceca2faf3a413b555e5bac5ffeb18aea8a32
Author: Henry Castro <hcastro at collabora.com>
Date:   Mon Dec 28 16:51:39 2015 -0400

    loolwsd: thread renamed to wsd_queue_handler

diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index 09da719..c1175bf 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -245,7 +245,7 @@ public:
 
     void run() override
     {
-        static const std::string thread_name = "wsd_pipe_reader";
+        static const std::string thread_name = "wsd_queue_handler";
 #ifdef __linux
         if (prctl(PR_SET_NAME, reinterpret_cast<unsigned long>(thread_name.c_str()), 0, 0, 0) != 0)
             Log::error("Cannot set thread name to " + thread_name + ".");


More information about the Libreoffice-commits mailing list