diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcommon/llprocessor.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcommon/llprocessor.cpp b/indra/llcommon/llprocessor.cpp index a55765e329..b7c1fd2ad2 100644 --- a/indra/llcommon/llprocessor.cpp +++ b/indra/llcommon/llprocessor.cpp @@ -584,7 +584,7 @@ private:  				value =  (uint64_t)(( uint8_t *)&value);   			else  			{ -				LL_ERRS("Unknown type returned from sysctl!") << LL_ENDL; +				LL_WARNS("Unknown type returned from sysctl!") << LL_ENDL;  			}  		} | 
