1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-06 13:17:42 +03:00
This commit is contained in:
Ruben S. Montero 2012-06-21 16:52:04 +02:00
parent 6d18f1209e
commit 2a21c25f45

View File

@ -649,7 +649,7 @@ int ImageManager::stat_image(Template* img_tmpl,
if (res.empty())
{
res = "SIZE or PATH attributes are mandatory for DATABLOCK.";
res = "Either SIZE or PATH are mandatory for DATABLOCK.";
return -1;
}