diff options
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(); |