mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 10:04:07 +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> {
|
||||
let list = cloud.list().await?;
|
||||
if !list.is_empty() {
|
||||
eprintln!("Non empty server list while starting: {:?}", list);
|
||||
return Err(Error::AlreadyRunning);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue