[Libreoffice-commits] online.git: net/Socket.hpp wsd/LOOLWSD.cpp
Michael Meeks
michael.meeks at collabora.com
Mon Mar 13 13:42:30 UTC 2017
net/Socket.hpp | 2 +-
wsd/LOOLWSD.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit bf8068de18c9d20d80a7bfc5138e6723e61f4d9c
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Mon Mar 13 13:39:05 2017 +0000
Clarify comment a little.
diff --git a/net/Socket.hpp b/net/Socket.hpp
index 396339f..f85fa9b 100644
--- a/net/Socket.hpp
+++ b/net/Socket.hpp
@@ -311,7 +311,7 @@ public:
}
while (rc < 0 && errno == EINTR);
LOG_TRC("Poll completed with " << rc << " live polls "
- << ((rc==0) ? "timeout" : ""));
+ << ((rc==0) ? "(timeout)" : ""));
// Fire the callback and remove dead fds.
Poco::Timestamp newNow;
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index b4d42ab..7c5a5a3 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1822,7 +1822,7 @@ private:
void handleAdminRequest(const Poco::Net::HTTPRequest& request)
{
LOG_ERR("Admin request: " << request.getURI());
- // FIXME: implement admin support.
+ // requestHandler = Admin::createRequestHandler();
}
void handleRootRequest(const Poco::Net::HTTPRequest& request)
More information about the Libreoffice-commits
mailing list