nit debug

This commit is contained in:
Ruben Fiszel
2026-02-08 14:37:19 +00:00
parent aa9f3da429
commit b9cb2f6c8f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -16587,6 +16587,7 @@ dependencies = [
"lazy_static",
"regex",
"reqwest 0.13.1",
"rustls 0.23.35",
"serde",
"serde_json",
"sqlx",
@@ -178,7 +178,7 @@ pub fn init_runtime_asset_loop(
match RUNTIME_ASSET_SENDER.set(tx) {
Ok(_) => {}
Err(_) => {
tracing::error!("RUNTIME_ASSET_SENDER was already set, skipping");
tracing::debug!("RUNTIME_ASSET_SENDER was already set, skipping");
return;
}
}