chore: eprintln flotip error

This commit is contained in:
Jesús Pérez Lorenzo 2021-10-07 23:04:22 +01:00
parent 2743993780
commit 3a36ca34de

View File

@ -57,7 +57,7 @@ pub async fn get_upcloud_info(hostname: &str, cmd: &str,cfg_path: &str) -> Stri
"floatip" => {
upclapi_run("infofloatip","", &cfg_path).await
.unwrap_or_else(|e| {
eprintln!("get_upcloud_info floatio {}: {}",&hostname,e);
eprintln!("get_upcloud_info floatip {}: {}",&hostname,e);
String::from("")
})
},