1
0
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:
Ruben S. Montero 2012-03-07 13:08:46 +01:00
parent 5ec865cb3c
commit 301447560d

View File

@ -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: