Logging for fixing authorization error

This commit is contained in:
NovaFox161
2021-07-23 13:31:40 -05:00
parent 878c12be87
commit d4aacb4216

View File

@@ -70,7 +70,7 @@ public class CalendarAuth {
return credential;
})
.subscribeOn(Schedulers.boundedElastic())
.switchIfEmpty(Mono.error(new IllegalStateException("Empty not allowed")));
.switchIfEmpty(Mono.error(new IllegalStateException("Empty not allowed. gID: " + calData.getGuildId())));
}
public static Mono<Calendar> getCalendarService(CalendarData calData) {