changeset 517:80185b9901ba

Be more informative about which config file we are trying to read while testing.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Dec 2019 13:03:03 +0200
parents cfd536d654a6
children 4913e4230e5c
files tests.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests.c	Thu Dec 26 13:02:41 2019 +0200
+++ b/tests.c	Thu Dec 26 13:03:03 2019 +0200
@@ -385,6 +385,8 @@
     test_ctx ctx;
     th_cfgitem_t *item;
 
+    tprint(1, "Reading configuration from '%s'.\n", filename);
+
     // Attempt to read the previously written file
     if (th_io_fopen(&fh, &th_stdio_io_ops, filename, "r") != THERR_OK)
     {