Skip to content
Snippets Groups Projects
Commit 637e9f6b authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline_#23391 improve log

parent cedd53ae
Branches
Tags 7.5.37
3 merge requests!896Master,!827Stable,!820Hotline #23391 remove while true
......@@ -50,7 +50,7 @@ class Class_Cosmogramme_Integration_PhaseItemFacets
if (0 == ($this->_getData('nombre') % 100))
$this->_log->ecrire('<span class="vert">.</span>');
if (0 == ($this->_getData('nombre') % 100))
if (0 == ($this->_getData('nombre') % 1000))
$this->_log->ecrire('<span class="vert"><br>' . $this->_getData('nombre') . ' records updated. <br></span>');
/* @see #23391 : whenever we fetched ths same record page, end loop */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment