nit: typo in info message

buddies-main-deployment
James Prestwich 3 years ago
parent 7492491313
commit 5b3b299c28
No known key found for this signature in database
GPG Key ID: 7CC174C250AD83AD
  1. 2
      rust/optics-base/src/db/mod.rs

@ -20,7 +20,7 @@ pub fn from_path(db_path: &str) -> Result<DB> {
"Opening existing db at {path}",
path = path.to_str().unwrap()
),
false => info!("Creating db a {path}", path = path.to_str().unwrap()),
false => info!("Creating db at {path}", path = path.to_str().unwrap()),
}
let mut opts = Options::default();

Loading…
Cancel
Save