Explorar el Código

Log roku path's we can't handle.

Tobias Hieta hace 9 años
padre
commit
d8901e55bd
Se han modificado 1 ficheros con 1 adiciones y 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();
   }