appended stacktrace instead of logging it.

This commit is contained in:
abhishek 2011-01-13 13:26:01 -08:00
parent 5f06654b38
commit 0e9ab0ee6a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}