nanelo dns: minor log improvements

This commit is contained in:
An
2025-10-14 15:51:28 +02:00
parent d8a92a2e65
commit 65bd3d67b4

View File

@@ -59,7 +59,7 @@ dns_nanelo_rm() {
fi fi
_saveaccountconf_mutable NANELO_TOKEN "$NANELO_TOKEN" _saveaccountconf_mutable NANELO_TOKEN "$NANELO_TOKEN"
_debug "First detect the root zone" _debug "First, let's detect the root zone:"
if ! _get_root "$fulldomain"; then if ! _get_root "$fulldomain"; then
_err "invalid domain" _err "invalid domain"
return 1 return 1