aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-10-04 02:03:51 +0200
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-10-04 02:05:47 +0200
commit73eb38d912931891bdf858c2ab69be18e795b3f4 (patch)
tree43ae3b42732638ccc6a42f4246104ce0e037103a
parentc69099b3049a2c50a9085f7416a4e6aedf3da23d (diff)
Fix copy-paste error in console output in db_test.
-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()