Mod: ログ出力を英語に変更
This commit is contained in:
parent
1b0ac28825
commit
9ef2dbbd30
|
@ -78,7 +78,7 @@ export class UserReactionBlockingService {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (blocking == null) {
|
if (blocking == null) {
|
||||||
this.logger.warn('ブロック解除がリクエストされましたがブロックしていませんでした');
|
this.logger.warn('Unblock requested, but the target was not blocked.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue