mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 00:06:14 +00:00
nit debug
This commit is contained in:
Generated
+1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user