Skip to content

Commit ef09e5b

Browse files
committed
Update services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java
1 parent bb5b9f7 commit ef09e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3107,7 +3107,7 @@ protected String parseCifsMountOptions(URI uri) {
31073107
}
31083108

31093109
String extraOptions = extraOpts.toString();
3110-
logger.error("extraOpts now ", ()->StringUtils.cleanString(extraOptions));
3110+
logger.debug("extraOpts now ", ()->StringUtils.cleanString(extraOptions));
31113111

31123112
if (!foundUser || !foundPswd) {
31133113
String errMsg = "Missing user and password from URI. Make sure they" + "are in the query string and separated by '&'. E.g. "

0 commit comments

Comments
 (0)