warning deleted
This commit is contained in:
parent
286a1bb5e0
commit
548f6b628e
@ -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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user