diff options
Diffstat (limited to 'database.go')
-rw-r--r-- | database.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/database.go b/database.go index 1efd22e..ea11cfa 100644 --- a/database.go +++ b/database.go @@ -52,6 +52,8 @@ func setupDatabase() *sql.DB { os.Exit(0) // TODO this does not belong to a database - write utils file 'shutdown.go' }() + log.Printf("Connected to database: %s\n", target) + return db } |