Skip to content

Commit 1cb2c1a

Browse files
Sandro642Copilot
andauthored
Update src/main/java/fr/sandro642/github/api/ApiClient.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2542dd4 commit 1cb2c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fr/sandro642/github/api/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Mono<ApiFactory> callAPIGet(String routeName) {
7575
.bodyToMono(String.class)
7676
.subscribeOn(Schedulers.boundedElastic())
7777
.doOnNext(thread ->
78-
ConnectLib.Logger().INFO("Thread en cours d'utilisation: " + Thread.currentThread().getName()))
78+
ConnectLib.Logger().INFO("Current thread in use: " + Thread.currentThread().getName()))
7979
.map(rawJson -> {
8080
response.parseFromRawJson(rawJson);
8181
return response;

0 commit comments

Comments
 (0)