chore(YouTube - Spoof video streams): Improve error logging
This commit is contained in:
parent
eefb59020e
commit
ed9c78da1e
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ public class SpoofVideoStreamsPatch {
|
|||
StreamingDataRequest.fetchRequest(videoId, requestHeaders);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
Logger.printException(() -> "buildRequest failure", ex);
|
||||
Logger.printException(() -> "buildRequest failure. Url: " + url
|
||||
+ " headers: " + requestHeaders, ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue