mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Merge branch '3.3'
This commit is contained in:
commit
e78d753152
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user