Преглед изворни кода

Log roku path's we can't handle.

Tobias Hieta пре 9 година
родитељ
комит
d8901e55bd
1 измењених фајлова са 1 додато и 0 уклоњено
  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();
   }