Parent Directory
|
Revision Log
|
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, |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |