fix minor typo

This commit is contained in:
Manoj Kumar 2026-06-23 17:43:39 +05:30
parent 42378e88c5
commit 0c6370ab7f
No known key found for this signature in database
GPG Key ID: E952B7234D2C6F88
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class UpdateDnsServerCmd extends BaseCmd {
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, "Failed to update DNS server");
}
} catch (Exception ex) {
logger.error("Failed to add update server", ex);
logger.error("Failed to update DNS server", ex);
throw new ServerApiException(ApiErrorCode.INTERNAL_ERROR, ex.getMessage());
}
}