diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-10-04 21:24:31 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-10-04 21:24:31 +0200 |
commit | 5cbd1d17177236f7c4515f077c18d328c76af9b1 (patch) | |
tree | 287a08249ce9a545318c67985688902e221b4f6d /test/main.c | |
parent | 26b1c86e32abc1d2543d667c80b3532e6e178c16 (diff) |
test: use new sipsrv from retest
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.c b/test/main.c index 11cc1b2..d39adfe 100644 --- a/test/main.c +++ b/test/main.c @@ -45,7 +45,7 @@ int main(void) if (err) return err; - re_printf("running test..\n"); + re_printf("running test version %s\n", BARESIP_VERSION); /* note: run SIP-traffic on localhost */ config = conf_config(); |