mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
Remove DB information log
This commit is contained in:
parent
dbb43562f7
commit
0cb05847f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue