Change log level of JSON signature error message
This commit is contained in:
parent
7f9b2a8768
commit
3cc7b58350
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ pub async fn receive_activity(
|
|||
},
|
||||
Err(AuthenticationError::NoJsonSignature) => (), // ignore
|
||||
Err(other_error) => {
|
||||
log::error!("invalid JSON signature: {}", other_error);
|
||||
log::warn!("invalid JSON signature: {}", other_error);
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue