summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/conn.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/conn.rkt b/db/conn.rkt
index 793cf03..2208e54 100644
--- a/db/conn.rkt
+++ b/db/conn.rkt
@@ -15,7 +15,7 @@
[(connection? (current-conn)) (printf "Database connection already exists: ~e\n" (current-conn))]
[else
(current-conn (sqlite3-connect #:database path #:mode 'create))
- (printf "Created database connection at path: ~a\n" path)]))
+ (printf "Connected to database: ~a\n" path)]))
(define (disconnect!)
(disconnect (current-conn))
Copyright 2019--2026 Marius PETER