From 548f6b628edc08263ce8b0d7601b53bfc6a79e99 Mon Sep 17 00:00:00 2001 From: mercierj Date: Sun, 7 Dec 2025 01:58:48 -0400 Subject: [PATCH] warning deleted --- internal/db/operaciones.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/db/operaciones.go b/internal/db/operaciones.go index 88d964e..ff49727 100644 --- a/internal/db/operaciones.go +++ b/internal/db/operaciones.go @@ -109,7 +109,7 @@ func (g *GormDatabase) SyncRows(persistencia dto.Persistencia, rawData *[]map[st return res.Error } if res.RowsAffected == 0 { - config.Log.Warnf("%s ⚠️ Ninguna fila afectada con campos: %v valores: %v", + config.Log.Debugf("%s ⚠️ Ninguna fila afectada con campos: %v valores: %v", logPrefix, strings.Join(whereParts, " AND "), printWhereValues(whereValues)) } }