Skip to content

Commit f454f09

Browse files
Debug -> Info
1 parent 4a7ecab commit f454f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nullinside.Api.Common/Twitch/TwitchApiProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public async Task<IEnumerable<BannedUser>> BanUsers(string channelId, string bot
240240
}
241241

242242
bannedUsers.AddRange(response.Data);
243-
Log.Debug($"Banned {user.Username} ({user.Id}) in {channelId}: {reason}");
243+
Log.Info($"Banned {user.Username} ({user.Id}) in {channelId}: {reason}");
244244
}
245245
catch (HttpResponseException ex) {
246246
string exceptionReason = await ex.HttpResponse.Content.ReadAsStringAsync(token);

0 commit comments

Comments
 (0)