Skip to content

Commit

Permalink
Ref #2 & #9 : modification of level for logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucile-sticky committed Jun 14, 2016
1 parent a8c3033 commit bf22501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Generator/Core_Origins/alerter/PanzerAlerter.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ static public function getAlerts()
*/
static public function resetAlerts()
{
PanzerLogger::logError('Resetting alerts...');
PanzerLogger::logInfo('Resetting alerts...');
unset($_SESSION[self::ALERT]);
PanzerLogger::logError('Alerts resetted');
PanzerLogger::logInfo('Alerts resetted');
}

}

0 comments on commit bf22501

Please sign in to comment.