mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd::fs: Make support string an info log message.
This commit is contained in:
parent
315276e3c4
commit
bd2dd1c50d
1 changed files with 2 additions and 2 deletions
|
@ -2342,9 +2342,9 @@ ircd::fs::error::error(const boost::filesystem::filesystem_error &e)
|
||||||
void
|
void
|
||||||
ircd::fs::debug_support()
|
ircd::fs::debug_support()
|
||||||
{
|
{
|
||||||
log::debug
|
log::info
|
||||||
{
|
{
|
||||||
log, "support preadv2:%b pwritev2:%b SYNC:%b DSYNC:%b HIPRI:%b NOWAIT:%b APPEND:%b RWH:%b WLH:%b",
|
log, "Supports preadv2:%b pwritev2:%b SYNC:%b DSYNC:%b HIPRI:%b NOWAIT:%b APPEND:%b RWH:%b WLH:%b",
|
||||||
support_preadv2,
|
support_preadv2,
|
||||||
support_pwritev2,
|
support_pwritev2,
|
||||||
support_sync,
|
support_sync,
|
||||||
|
|
Loading…
Reference in a new issue