forked from j62/ctbrec
Fix typo in log message
This commit is contained in:
parent
4f55687b38
commit
4aef12ceee
|
@ -143,7 +143,7 @@ public class ChaturbateHttpClient extends HttpClient {
|
|||
return resp;
|
||||
} catch (InterruptedException e) {
|
||||
Thread.currentThread().interrupt();
|
||||
throw new IOException("INterrupted during request", e);
|
||||
throw new IOException("Interrupted during request", e);
|
||||
} finally {
|
||||
if (throttle) {
|
||||
releaseSlot();
|
||||
|
|
Loading…
Reference in New Issue