Merge branch '3.3'

This commit is contained in:
Robbie Averill 2018-07-26 15:02:45 +12:00
commit e78d753152
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ abstract class SearchIndex extends ViewableData
*/ */
public static function warn($e) public static function warn($e)
{ {
Injector::inst()->get(LoggerInterface::class)->warning($e); Injector::inst()->get(LoggerInterface::class)->info($e);
} }
/** /**