From 3a36ca34de0eed713e1b17c3b3598e51772b6dc2 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Thu, 7 Oct 2021 23:04:22 +0100 Subject: [PATCH] chore: eprintln flotip error --- src/clouds/upcloud.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("") }) },