/[Apache-SVN]/httpd/httpd/trunk/modules/database/mod_dbd.c
ViewVC logotype

Diff of /httpd/httpd/trunk/modules/database/mod_dbd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 689224, Tue Aug 26 21:03:46 2008 UTC revision 689246, Tue Aug 26 21:40:29 2008 UTC
# Line 513  static apr_status_t dbd_construct(void * Line 513  static apr_status_t dbd_construct(void *
513          switch (rv) {          switch (rv) {
514          case APR_EGENERAL:          case APR_EGENERAL:
515              ap_log_error(APLOG_MARK, APLOG_ERR, rv, cfg->server,              ap_log_error(APLOG_MARK, APLOG_ERR, rv, cfg->server,
516                           "DBD: Can't connect to %s: %s", cfg->name, &err);                           "DBD: Can't connect to %s: %s", cfg->name, err);
517              break;              break;
518          default:          default:
519              ap_log_error(APLOG_MARK, APLOG_ERR, rv, cfg->server,              ap_log_error(APLOG_MARK, APLOG_ERR, rv, cfg->server,

Legend:
Removed from v.689224  
changed lines
  Added in v.689246

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2