소스 검색

Log when we cant open the web-client

Tobias Hieta 8 년 전
부모
커밋
13b78940be
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/ui/webview.qml

+ 1 - 0
src/ui/webview.qml

@@ -78,6 +78,7 @@ KonvergoWindow
       }
       else if (loadRequest.status == WebEngineView.LoadFailedStatus)
       {
+        console.log("FAILED TO LOAD web-client successfully from: " + web.url);
         errorLabel.visible = true
         errorLabel.text = "Error loading client, this is bad and should not happen<br>" +
                           "You can try to <a href='reload'>reload</a> or head to our <a href='http://plex.tv/support'>support page</a><br><br>Actual Error: <pre>" +