mirror of https://gitee.com/bigwinds/arangodb
debug output
This commit is contained in:
parent
190c399e0c
commit
f89c6af178
|
@ -193,6 +193,8 @@ void ArangoGlobalContext::runStartupChecks() {
|
||||||
#ifdef __arm__
|
#ifdef __arm__
|
||||||
// detect alignment settings for ARM
|
// detect alignment settings for ARM
|
||||||
{
|
{
|
||||||
|
LOG(TRACE)
|
||||||
|
<< "running CPU alignment check";
|
||||||
// To change the alignment trap behavior, simply echo a number into
|
// To change the alignment trap behavior, simply echo a number into
|
||||||
// /proc/cpu/alignment. The number is made up from various bits:
|
// /proc/cpu/alignment. The number is made up from various bits:
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue