aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/db
diff options
context:
space:
mode:
authorAlexander Chemeris <alexander.chemeris@gmail.com>2013-10-04 02:42:24 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-04 08:17:52 +0200
commit86d46c5c7a41d61927f29d660b32edad8f03d0dc (patch)
tree46cccb8902fdacf012a0465bb6f102884483ba37 /openbsc/tests/db
parentcc391b888025797fa1a34608b196fb75b7f1f669 (diff)
Fix copy-paste error in console output in db_test.
Diffstat (limited to 'openbsc/tests/db')
-rw-r--r--openbsc/tests/db/db_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/db/db_test.c b/openbsc/tests/db/db_test.c
index c0ee618e7..c3beee22f 100644
--- a/openbsc/tests/db/db_test.c
+++ b/openbsc/tests/db/db_test.c
@@ -54,7 +54,7 @@ static struct gsm_network dummy_net;
printf("names do not match in %s:%d '%s' '%s'\n", \
__FUNCTION__, __LINE__, original->name, copy->name); \
if (strcmp(original->extension, copy->extension) != 0) \
- printf("names do not match in %s:%d '%s' '%s'\n", \
+ printf("Extensions do not match in %s:%d '%s' '%s'\n", \
__FUNCTION__, __LINE__, original->extension, copy->extension); \
int main()