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:
parent
2fe4daa875
commit
2b78758892
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user