diff options
Diffstat (limited to 'ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp')
-rw-r--r-- | ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp b/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp index 44ee11717b4..2bb02ad688f 100644 --- a/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp +++ b/ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp @@ -48,7 +48,7 @@ int main(int argc, char* argv[]) { ndbout << "-- " << " Test " << i + 1 << " [" << testCases[i].name << "] --" << endl; - snprintf(str, 256, "%s %s %s %d", "Logging ", + BaseString::snprintf(str, 256, "%s %s %s %d", "Logging ", testCases[i].name, " message ", i); if (testCases[i].test(str)) { |