mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
debug
This commit is contained in:
parent
a65313346d
commit
fc54a8faef
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ async fn run_loop(
|
||||||
async fn start(cloud: &dyn Cloud, config: &Config) -> Result<Server, Error> {
|
async fn start(cloud: &dyn Cloud, config: &Config) -> Result<Server, Error> {
|
||||||
let list = cloud.list().await?;
|
let list = cloud.list().await?;
|
||||||
if !list.is_empty() {
|
if !list.is_empty() {
|
||||||
|
eprintln!("Non empty server list while starting: {:?}", list);
|
||||||
return Err(Error::AlreadyRunning);
|
return Err(Error::AlreadyRunning);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue