From 0a0952e6edb2f4a8c7883b661ef6d4bb4eb14405 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 24 Aug 2020 11:37:03 +0530 Subject: parse host header and return full url --- src/db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db.rs') diff --git a/src/db.rs b/src/db.rs index 299e07c..c67e39e 100644 --- a/src/db.rs +++ b/src/db.rs @@ -11,7 +11,7 @@ pub fn open_connection

(p: P) -> Result where P: AsRef + fmt::Display, { - info!("Opened connection to databse"); + info!("Opened connection to database"); Ok(Connection::open_with_flags( &p, OpenFlags::SQLITE_OPEN_CREATE | OpenFlags::SQLITE_OPEN_READ_WRITE, -- cgit v1.2.3