summaryrefslogtreecommitdiff
path: root/pjlib/src/pjlib-test/ioq_perf.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-08 11:31:55 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-08 11:31:55 +0000
commit382afec4b07358dc2447ac9a098a273175c82543 (patch)
tree3ae0c15ccbe85f97f45a7fb5b74d9923f0e5a5cc /pjlib/src/pjlib-test/ioq_perf.c
parentfdf37ce8250927f2395a375e58fabbe4c646c1fa (diff)
Initial configuration for pjlib-util
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@32 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/src/pjlib-test/ioq_perf.c')
-rw-r--r--pjlib/src/pjlib-test/ioq_perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/src/pjlib-test/ioq_perf.c b/pjlib/src/pjlib-test/ioq_perf.c
index a4ee005c..cfeaab76 100644
--- a/pjlib/src/pjlib-test/ioq_perf.c
+++ b/pjlib/src/pjlib-test/ioq_perf.c
@@ -440,7 +440,7 @@ int ioqueue_perf_test(void)
pj_size_t best_bandwidth;
int best_index = 0;
- PJ_LOG(3,(THIS_FILE, " Benchmarking ioqueue:"));
+ PJ_LOG(3,(THIS_FILE, " Benchmarking %s ioqueue:", pj_ioqueue_name()));
PJ_LOG(3,(THIS_FILE, " ==============================================="));
PJ_LOG(3,(THIS_FILE, " Type Threads Skt.Pairs Avg.Time Bandwidth"));
PJ_LOG(3,(THIS_FILE, " ==============================================="));