Move out user_version logging from WARNING.

This commit is contained in:
levlam 2021-11-17 09:09:01 +03:00
parent e7dfed10a5
commit 4e802d67ca
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ Status TdDb::init_sqlite(int32 scheduler_id, const TdParameters &parameters, con
// Get 'PRAGMA user_version'
TRY_RESULT(user_version, db.user_version());
LOG(WARNING) << "Got PRAGMA user_version = " << user_version;
LOG(INFO) << "Got PRAGMA user_version = " << user_version;
// init DialogDb
bool dialog_db_was_created = false;