diff --git a/src/clouds/upcloud.rs b/src/clouds/upcloud.rs index 3da9094..09644f7 100644 --- a/src/clouds/upcloud.rs +++ b/src/clouds/upcloud.rs @@ -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("") }) },