1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #962: Fix wrong error message

This commit is contained in:
Ruben S. Montero 2012-02-24 21:29:32 +01:00
parent fc6aa51c0d
commit a40bb000fd

View File

@ -260,7 +260,6 @@ int ImagePool::disk_attribute(VectorAttribute * disk,
if ( img == 0 )
{
error_str = "Cannot acquire image, it does not exists or in use.";
return -1;
}
}