Skip to content

Commit 188e222

Browse files
committed
switch to INFO logging level for skipped rows
1 parent a63107e commit 188e222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/CsvImport/Import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ protected function _addItemFromRow($row)
688688
}
689689
// if nothing but blank cells, skip this row
690690
if ($blank) {
691-
$this->_log('Blank row.', Zend_Log::ERR);
691+
$this->_log('Blank row.', Zend_Log::INFO);
692692
return FALSE;
693693
}
694694

0 commit comments

Comments
 (0)