[pve-devel] [PATCH v2 pve-ha-manager 5/5] fix typo in error message s/storage/resource/

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Oct 12 15:04:42 CEST 2015


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 src/PVE/API2/HA/Resources.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/API2/HA/Resources.pm b/src/PVE/API2/HA/Resources.pm
index 93383aa..fc34433 100644
--- a/src/PVE/API2/HA/Resources.pm
+++ b/src/PVE/API2/HA/Resources.pm
@@ -237,7 +237,7 @@ __PACKAGE__->register_method ({
 
 		PVE::HA::Config::write_resources_config($cfg)
 
-	    }, "delete storage failed");
+	    }, "delete resource failed");
 
 	return undef;
     }});
-- 
2.1.4





More information about the pve-devel mailing list