1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Bug #1170: Log RM error with the right image source

This commit is contained in:
Carlos Martín 2012-03-16 15:56:56 +01:00
parent 2fe4daa875
commit 2b78758892

View File

@ -292,11 +292,11 @@ error_mkfs:
goto error_common;
error_rm:
image->unlock();
os.str("");
os << "Error removing image from repository. Remove file " << source
<< " to completely delete image.";
os << "Error removing image from repository. Remove file " << image->get_source()
<< " to completely delete image.";
image->unlock();
getline(is,info);