mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-04 08:51:10 +02: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…
Add table
Reference in a new issue