0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

ircd::db: Fix/tweak db fsck log messages.

This commit is contained in:
Jason Volk 2018-04-09 11:52:06 -07:00
parent 343a1f38a3
commit 3e27f5be06

View file

@ -413,9 +413,9 @@ try
if(fsck && fs::is_dir(path))
{
log.info("Checking database @ `%s' columns[%zu]",
path,
columns.size());
log.notice("Checking database @ `%s' columns[%zu]",
path,
columns.size());
throw_on_error
{
@ -423,8 +423,7 @@ try
};
log.info("Database @ `%s' check complete",
path,
columns.size());
path);
}
// If the directory does not exist, though rocksdb will create it, we can