chore: eprintln flotip error
This commit is contained in:
parent
2743993780
commit
3a36ca34de
@ -57,7 +57,7 @@ pub async fn get_upcloud_info(hostname: &str, cmd: &str,cfg_path: &str) -> Stri
|
|||||||
"floatip" => {
|
"floatip" => {
|
||||||
upclapi_run("infofloatip","", &cfg_path).await
|
upclapi_run("infofloatip","", &cfg_path).await
|
||||||
.unwrap_or_else(|e| {
|
.unwrap_or_else(|e| {
|
||||||
eprintln!("get_upcloud_info floatio {}: {}",&hostname,e);
|
eprintln!("get_upcloud_info floatip {}: {}",&hostname,e);
|
||||||
String::from("")
|
String::from("")
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user