loolwsd/LOOLWSD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8410ceca2faf3a413b555e5bac5ffeb18aea8a32 Author: Henry Castro <hcas...@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 + "."); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits