feat add a debug log for restarts
This commit is contained in:
parent
2c80a01fad
commit
be230c34cd
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ public:
|
||||||
virtual void operator()(eoPop<EOT> & pop)
|
virtual void operator()(eoPop<EOT> & pop)
|
||||||
{
|
{
|
||||||
do {
|
do {
|
||||||
|
eo::log << eo::debug << "Restart" << std::endl;
|
||||||
_reseter(pop);
|
_reseter(pop);
|
||||||
_algo(pop);
|
_algo(pop);
|
||||||
} while( _continue(pop) );
|
} while( _continue(pop) );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue