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

Fix attach disk error message

This commit is contained in:
Carlos Martín 2012-06-22 15:11:57 +02:00
parent 5e8807fa6a
commit 6612df2019

View File

@ -1418,7 +1418,7 @@ error_driver:
error_no_tm_command:
os.str("");
os << "Cannot set disk to attach it to VM: " << error_os;
os << "Cannot set disk to attach it to VM: " << error_os.str();
goto error_common;
error_common: