warning deleted

This commit is contained in:
mercierj 2025-12-07 01:58:48 -04:00
parent 286a1bb5e0
commit 548f6b628e

View File

@ -109,7 +109,7 @@ func (g *GormDatabase) SyncRows(persistencia dto.Persistencia, rawData *[]map[st
return res.Error return res.Error
} }
if res.RowsAffected == 0 { 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)) logPrefix, strings.Join(whereParts, " AND "), printWhereValues(whereValues))
} }
} }