Skip to content

Commit 28e7e2c

Browse files
committed
fix compilation error.
1 parent 4087f0a commit 28e7e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/sharedmemorylogstream/benchmarking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private slots:
2525

2626
void BenchMark::systemDebug()
2727
{
28-
tSetupSystemLogger();
28+
Tf::setupSystemLogger();
2929

3030
QBENCHMARK {
3131
for (int i = 0; i < 10; ++i) {

src/tsqlormapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ inline int TSqlORMapper<T>::find(const TCriteria &cri)
196196
}
197197

198198
bool ret = select();
199-
tWriteQueryLog(query().lastQuery(), ret, lastError());
199+
Tf::writeQueryLog(query().lastQuery(), ret, lastError());
200200
tSystemDebug("rowCount: %d", rowCount());
201201
return ret ? rowCount() : -1;
202202
}

0 commit comments

Comments
 (0)