Remove DB information log

This commit is contained in:
Erwan Croze 2017-12-12 16:54:04 +01:00
parent dbb43562f7
commit 0cb05847f8

View file

@ -52,7 +52,7 @@ void CorePrivate::init () {
uri = q->getDataPath() + LINPHONE_DB;
}
lInfo() << "Opening " LINPHONE_DB " at: " << uri;
lInfo() << "Opening " LINPHONE_DB "...";
if (!mainDb->connect(backend, uri))
lFatal() << "Unable to open linphone database.";