mirror of https://github.com/apache/cloudstack.git
fix minor typo
This commit is contained in:
parent
42378e88c5
commit
0c6370ab7f
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue