1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-02 10:50:07 +03:00
(cherry picked from commit 149bfbaa17521c22b23eff9df544d45d0ecaee88)
This commit is contained in:
Carlos Martín 2013-11-11 11:08:14 +01:00
parent b222eec34f
commit f7cae7f40d

View File

@ -1902,7 +1902,7 @@ VectorAttribute * VirtualMachine::set_up_attach_disk(
{
ostringstream oss;
oss << "Target " << target << "is already in use.";
oss << "Target " << target << " is already in use.";
error_str = oss.str();
imagem->release_image(vm_id, image_id, false);