Index: branches/wmf/1.17wmf1/includes/db/LoadBalancer.php |
— | — | @@ -678,7 +678,7 @@ |
679 | 679 | |
680 | 680 | if ( !is_object( $conn ) ) { |
681 | 681 | // No last connection, probably due to all servers being too busy |
682 | | - wfLogDBError( "LB failure with no last connection\n" ); |
| 682 | + wfLogDBError( "LB failure with no last connection. Connection error: {$this->mLastError}\n" ); |
683 | 683 | $conn = new Database; |
684 | 684 | // If all servers were busy, mLastError will contain something sensible |
685 | 685 | throw new DBConnectionError( $conn, $this->mLastError ); |
Property changes on: branches/wmf/1.17wmf1/includes/db/LoadBalancer.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
686 | 686 | Merged /trunk/phase3/includes/db/LoadBalancer.php:r93682 |