rhtyd commented on a change in pull request #2580: CLOUDSTACK-10357 Improve log 
messages that do not match with their method function
URL: https://github.com/apache/cloudstack/pull/2580#discussion_r182851822
 
 

 ##########
 File path: 
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java
 ##########
 @@ -1309,10 +1309,10 @@ public Answer dettachVolume(final DettachCommand cmd) {
 
             return new DettachAnswer(disk);
         } catch (final LibvirtException e) {
-            s_logger.debug("Failed to attach volume: " + vol.getPath() + ", 
due to ", e);
+            s_logger.debug("Failed to dettach volume: " + vol.getPath() + ", 
due to ", e);
 
 Review comment:
   The correct spelling is `detach`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to