X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcconfig.c;h=8815cf7e75415f43917e94a33ce426b86c4e27f5;hb=e2c551b9693b6d42e5997b9df416a17fb94c1ccb;hp=c2f6c1b8c4268a9b3f83bec238bacd66fea1d153;hpb=5b88ffa78f06efe0d5da5461074082316c800b1d;p=silc.git diff --git a/lib/silcutil/silcconfig.c b/lib/silcutil/silcconfig.c index c2f6c1b8..8815cf7e 100644 --- a/lib/silcutil/silcconfig.c +++ b/lib/silcutil/silcconfig.c @@ -275,10 +275,12 @@ void silc_config_close(SilcConfigFile *file) if (file) { /* XXX FIXME: this check could probably be removed later */ SilcUInt32 my_len = (SilcUInt32) (strchr(file->base, EOF) - file->base); - SILC_CONFIG_DEBUG(("file=0x%x name=\"%s\" level=%d line=%lu", (SilcUInt32) file, + SILC_CONFIG_DEBUG(("file=0x%x name=\"%s\" level=%d line=%lu", + (SilcUInt32) file, file->filename, file->level, file->line)); if (my_len != file->len) { - fprintf(stderr, "FATAL ERROR: saved len and current len does not match!\n"); + fprintf(stderr, + "FATAL ERROR: saved len and current len does not match!\n"); abort(); } silc_free(file->filename);