changeset 215:d0baac239f30

Be more informative about SLDB format.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 May 2019 02:56:22 +0300
parents 98563979859b
children 55697860d4a7
files sidinfo.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Thu Jan 10 20:02:49 2019 +0200
+++ b/sidinfo.c	Sat May 04 02:56:22 2019 +0300
@@ -1288,7 +1288,11 @@
             goto err;
         }
 
-        THMSG(1, "Reading SLDB.\n");
+        THMSG(1, "Reading SLDB (%s format [%s]): %s\n",
+            setSLDBNewFormat ? "new" : "old",
+            setSLDBNewFormat ? ".md5" : ".txt",
+            setSLDBPath);
+
         if ((sidSLDB = si_sldb_new()) == NULL)
         {
             THERR("Could not allocate SLDB structure!\n");