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:
parent
5e8807fa6a
commit
6612df2019
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user