From 4c391a21ac4e311746e6a5dc0aa7c673b57040b5 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 3 Jan 2005 17:47:25 +0000 Subject: [PATCH] dump version info in the log git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2053 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/libopensc/ctx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libopensc/ctx.c b/src/libopensc/ctx.c index b7e48673..6b5bc8b3 100644 --- a/src/libopensc/ctx.c +++ b/src/libopensc/ctx.c @@ -564,6 +564,7 @@ int sc_establish_context(struct sc_context **ctx_out, const char *app_name) process_config_file(ctx, &opts); ctx->mutex = sc_mutex_new(); sc_debug(ctx, "===================================\n"); /* first thing in the log */ + sc_debug(ctx, "opensc version: %s\n", sc_get_version()); load_reader_drivers(ctx, &opts); load_card_drivers(ctx, &opts); if (opts.forced_card_driver) {