mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 16:38:23 +01:00
Mod: ログ出力を英語に変更
This commit is contained in:
parent
1b0ac28825
commit
9ef2dbbd30
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export class UserReactionBlockingService {
|
|||
});
|
||||
|
||||
if (blocking == null) {
|
||||
this.logger.warn('ブロック解除がリクエストされましたがブロックしていませんでした');
|
||||
this.logger.warn('Unblock requested, but the target was not blocked.');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue