Skip to content

Commit f43783c

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-46 Added Logging
1 parent eafc1e7 commit f43783c

File tree

1 file changed

+1
-1
lines changed
  • plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/utils

1 file changed

+1
-1
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/utils/Utility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public static String getLunName(String volName, String lunName) {
184184
}
185185

186186
public static String getIgroupName(String svmName, long scopeId) {
187-
// Igroup name format: cs_svmName_scopeId
187+
//Igroup name format: cs_svmName_scopeId
188188
return Constants.CS + Constants.UNDERSCORE + svmName + Constants.UNDERSCORE + scopeId;
189189
}
190190
}

0 commit comments

Comments
 (0)