MXS-2900 Add parameter checking to tprintf-function

This commit is contained in:
Esa Korhonen
2020-08-13 22:38:21 +03:00
parent 5abdb91e9d
commit b31cb20bae
10 changed files with 10 additions and 10 deletions

View File

@ -27,7 +27,7 @@ int main(int argc, char** argv)
}
test.tprintf("Done!");
test.tprintf("Opening a connection with each database as the default database...", db_list.size());
test.tprintf("Opening a connection with each database as the default database...");
std::set<std::string> errors;
for (auto db : db_list)