mirror of https://github.com/apache/cloudstack.git
appended stacktrace instead of logging it.
This commit is contained in:
parent
5f06654b38
commit
0e9ab0ee6a
|
|
@ -2444,7 +2444,7 @@ public class StorageManagerImpl implements StorageManager, StorageService, Manag
|
|||
try {
|
||||
expungeVolume(volume);
|
||||
} catch (Exception e) {
|
||||
s_logger.warn("Failed to expunge volume:"+e);
|
||||
s_logger.warn("Failed to expunge volume:",e);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue