Demote ST_Split notices to debug

Closes #5152
This commit is contained in:
Sandro Santilli 2022-05-16 15:48:52 +02:00
parent efdedcd74e
commit 34007a29cd

View file

@ -135,7 +135,7 @@ getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *op)
if ( n>=pa->npoints )
{
lwnotice("%s [%d] called with n=%d and npoints=%d", __FILE__, __LINE__, n, pa->npoints);
LWDEBUGF(2, "%s [%d] called with n=%d and npoints=%d", __FILE__, __LINE__, n, pa->npoints);
return 0;
}