1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Typo in error message, Host::insert_replace

This commit is contained in:
Carlos Martín 2012-03-23 13:41:32 +01:00
parent 44fb209f08
commit 2b9e149c5d

View File

@ -141,7 +141,7 @@ error_xml:
db->free_str(sql_hostname);
db->free_str(sql_xml);
error_str = "Error transforming the Group to XML.";
error_str = "Error transforming the Host to XML.";
goto error_common;