mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
up log level
This commit is contained in:
parent
8b473d5e18
commit
3dbafb5220
4 changed files with 5 additions and 4 deletions
|
@ -1066,8 +1066,8 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
if host.domain != self:
|
||||
logger.error("Host %s in use by another domain: %s", host.name, host.domain)
|
||||
raise RegistryError(
|
||||
msg="Host in use by another domain: {}".format(host.domain),
|
||||
code=ErrorCode.OBJECT_ASSOCIATION_PROHIBITS_OPERATION,
|
||||
note=host.domain,
|
||||
)
|
||||
|
||||
nameservers = [n[0] for n in self.nameservers]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue