# HG changeset patch # User Matti Hamalainen # Date 1556927782 -10800 # Node ID d0baac239f30ddcf49cbef1c0f85bceec1d5cdea # Parent 98563979859b3ad6203dff3bede71797a72b1a2b Be more informative about SLDB format. diff -r 98563979859b -r d0baac239f30 sidinfo.c --- 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");