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;
|
return resp;
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
Thread.currentThread().interrupt();
|
Thread.currentThread().interrupt();
|
||||||
throw new IOException("INterrupted during request", e);
|
throw new IOException("Interrupted during request", e);
|
||||||
} finally {
|
} finally {
|
||||||
if (throttle) {
|
if (throttle) {
|
||||||
releaseSlot();
|
releaseSlot();
|
||||||
|
|
Loading…
Reference in New Issue