small tweaks

This commit is contained in:
2024-01-19 17:43:40 -06:00
parent c1739856ce
commit 567cfe8083
6 changed files with 20 additions and 12795 deletions

View File

@@ -57,6 +57,7 @@ func (c NsUpdateStruct) Update(record, recordType, value string) error {
if err != nil {
config.Cfg.Log.Info("unable to get existing record", "record", record, "error", err)
}
config.Cfg.Log.Debug("comparing records", "old value", r, "new value", value)
if r != value {
config.Cfg.Log.Debug("deleting record", "record", record)