mirror of
https://github.com/knadh/listmonk.git
synced 2025-12-05 16:00:03 +01:00
Print full line with error in the importer log. Close #2549.
This commit is contained in:
@@ -548,7 +548,7 @@ func (s *Session) LoadCSV(srcPath string, delim rune) error {
|
||||
|
||||
sub, err = s.im.ValidateFields(sub)
|
||||
if err != nil {
|
||||
s.log.Printf("skipping line %d: %s: %v", i, sub.Email, err)
|
||||
s.log.Printf("skipping line %d: %v: %v", i, err, cols)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user