mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #1112: Add space in error message
This commit is contained in:
parent
5ec865cb3c
commit
301447560d
@ -1216,7 +1216,7 @@ error_saved:
|
||||
goto error_common;
|
||||
|
||||
error_image_id:
|
||||
oss << "The DISK " << disk_id << "does not have a valid IMAGE_ID.";
|
||||
oss << "The DISK " << disk_id << " does not have a valid IMAGE_ID.";
|
||||
goto error_common;
|
||||
|
||||
error_not_found:
|
||||
|
Loading…
x
Reference in New Issue
Block a user