Parent Directory
|
Revision Log
|
Patch
--- httpd/httpd/trunk/modules/database/mod_dbd.c 2008/08/26 21:03:46 689224
+++ httpd/httpd/trunk/modules/database/mod_dbd.c 2008/08/26 21:40:29 689246
@@ -513,7 +513,7 @@
switch (rv) {
case APR_EGENERAL:
ap_log_error(APLOG_MARK, APLOG_ERR, rv, cfg->server,
- "DBD: Can't connect to %s: %s", cfg->name, &err);
+ "DBD: Can't connect to %s: %s", cfg->name, err);
break;
default:
ap_log_error(APLOG_MARK, APLOG_ERR, rv, cfg->server,
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |