mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
sqlite3: Switch error to trace-level logging
...it's pretty pointless to spam the logs for this.
This commit is contained in:
parent
7458848a56
commit
cac464b49a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ pub unsafe extern "C" fn sqlite3_open(
|
|||
SQLITE_OK
|
||||
}
|
||||
Err(e) => {
|
||||
log::error!("error opening database {:?}", e);
|
||||
log::trace!("error opening database {}: {:?}", filename, e);
|
||||
SQLITE_CANTOPEN
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue