mirror of https://github.com/apache/cloudstack.git
Fix merge forward bug (#8636)
This commit is contained in:
parent
cfb4d4378f
commit
9b18243b87
|
|
@ -286,7 +286,7 @@ public class LinstorStorageAdaptor implements StorageAdaptor {
|
|||
checkLinstorAnswersThrow(answers);
|
||||
|
||||
} catch (ApiException apiEx) {
|
||||
s_logger.error(apiEx);
|
||||
logger.error(apiEx);
|
||||
throw new CloudRuntimeException(apiEx.getBestMessage(), apiEx);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue