summaryrefslogtreecommitdiff
path: root/src/data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.rs')
-rw-r--r--src/data.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.rs b/src/data.rs
index d559daf..7f1fce8 100644
--- a/src/data.rs
+++ b/src/data.rs
@@ -64,6 +64,7 @@ pub fn new_quote(c: &Connection, date: &str, author: &str, content: &str) -> Res
"#,
&[&date, &author, &content],
)?;
+ info!("New quote added by {}", author);
Ok(())
}