Skip to content

Commit 55333d5

Browse files
AaronSchulzKrinkle
authored andcommitted
rdbms: Fix grammar in DBTransactionSizeError log message
Change-Id: Icc09d674359012f60494b95a36127c14c1a8d630
1 parent 9c679cf commit 55333d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/libs/rdbms/loadbalancer/LoadBalancer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ public function approveMasterChanges( array $options ) {
11721172
if ( $limit > 0 && $time > $limit ) {
11731173
throw new DBTransactionSizeError(
11741174
$conn,
1175-
"Transaction spent $time second(s) in writes, exceeding the $limit limit.",
1175+
"Transaction spent $time second(s) in writes, exceeding the limit of $limit.",
11761176
[ $time, $limit ]
11771177
);
11781178
}

0 commit comments

Comments
 (0)