Skip to content

Commit 0c6370a

Browse files
committed
fix minor typo
1 parent 42378e8 commit 0c6370a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/user/dns/UpdateDnsServerCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void execute() {
132132
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Failed to update DNS server");
133133
}
134134
} catch (Exception ex) {
135-
logger.error("Failed to add update server", ex);
135+
logger.error("Failed to update DNS server", ex);
136136
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, ex.getMessage());
137137
}
138138
}

0 commit comments

Comments
 (0)