Add format attribute to test functions, fix resulting errors
Fixes mysqlmon_failover_stress.
This commit is contained in:
@ -552,7 +552,7 @@ void run(TestConnections& test)
|
||||
}
|
||||
else
|
||||
{
|
||||
test.expect(false, "Unexpected master id: %d");
|
||||
test.expect(false, "Unexpected master id: %d", master_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user