mirror of
https://git.alemi.dev/dashboard.git
synced 2024-11-14 03:49:19 +01:00
fix: ocd
This commit is contained in:
parent
a2e353d18f
commit
2e3f724d94
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ fn main() {
|
|||
}
|
||||
};
|
||||
|
||||
info!(target: "worker", "Connected to '{}'", db_uri);
|
||||
info!(target: "worker", "Connected to #{}: '{}'", i, db_uri);
|
||||
|
||||
jobs.push(
|
||||
tokio::spawn(
|
||||
|
|
Loading…
Reference in a new issue