Skip to content

Commit 9b18243

Browse files
authored
Fix merge forward bug (#8636)
1 parent cfb4d43 commit 9b18243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/volume/linstor/src/main/java/com/cloud/hypervisor/kvm/storage/LinstorStorageAdaptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public boolean connectPhysicalDisk(String volumePath, KVMStoragePool pool, Map<S
286286
checkLinstorAnswersThrow(answers);
287287

288288
} catch (ApiException apiEx) {
289-
s_logger.error(apiEx);
289+
logger.error(apiEx);
290290
throw new CloudRuntimeException(apiEx.getBestMessage(), apiEx);
291291
}
292292

0 commit comments

Comments
 (0)