mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
fix: change Tiltify campaign errors to quieter log level (#6575)
This commit is contained in:
@@ -388,7 +388,7 @@ pub async fn pride_26(
|
||||
Ok(campaign_info) => Ok(web::Json(campaign_info)),
|
||||
Err(error) => {
|
||||
if let Some(cached) = cached {
|
||||
warn!(
|
||||
debug!(
|
||||
"Failed to refresh campaign info from Tiltify: {error:?}"
|
||||
);
|
||||
Ok(web::Json(cached))
|
||||
|
||||
Reference in New Issue
Block a user