Explorar o código

Log roku path's we can't handle.

Tobias Hieta %!s(int64=9) %!d(string=hai) anos
pai
achega
d8901e55bd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/input/InputRoku.cpp

+ 1 - 0
src/input/InputRoku.cpp

@@ -52,6 +52,7 @@ void InputRoku::handleRequest(QHttpRequest* request, QHttpResponse* response)
   }
   else
   {
+    QLOG_WARN() << "Could not handle roku input:" << path;
     response->setStatusCode(qhttp::ESTATUS_NOT_FOUND);
     response->end();
   }