summaryrefslogtreecommitdiffstatsabout
path: root/utility/database.c
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-10-26 00:54:21 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-10-26 00:54:21 (GMT)
commitede07b5bec9a17f2fe208abdf12e72209b79780c (patch)
treefd62cc0a9c42ea49a7f7a3461ba23c691142b3a8 /utility/database.c
parent3d5a1f43edfe4f45e77072813e2a361305d17133 (diff)
added time stamps to log
Diffstat (limited to 'utility/database.c')
-rw-r--r--utility/database.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/database.c b/utility/database.c
index 0d1d4f7..af8db97 100644
--- a/utility/database.c
+++ b/utility/database.c
@@ -39,7 +39,7 @@ apr_status_t database_connect(config_t *cfg)
39 &(cfg->dbconn->dbd)); 39 &(cfg->dbconn->dbd));
40 if (rv) { 40 if (rv) {
41 logging_log(cfg, LOGLEVEL_ERROR, 41 logging_log(cfg, LOGLEVEL_ERROR,
42 "DB: Could not connect to database. Error %s", logging_strerror(rv)); 42 "DB: Could not connect to database. Error (%d)%s", rv, logging_strerror(rv));
43 return rv; 43 return rv;
44 } 44 }
45 45