mlocker: remove early page size log

It comes before the logger is initialized, so gets displayed
even though it should not be by default, and apparenly comes
too early for (some versions of) Android, where it crashes.
pull/200/head
moneromooo-monero 6 years ago
parent 58ce16d4d9
commit 4d71d46373
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -47,7 +47,6 @@ static size_t query_page_size()
MERROR("Failed to determine page size");
return 0;
}
MINFO("Page size: " << ret);
return ret;
#else
#warning Missing query_page_size implementation

Loading…
Cancel
Save