dump version info in the log

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2053 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-01-03 17:47:25 +00:00
parent f509f00d17
commit 4c391a21ac
1 changed files with 1 additions and 0 deletions

View File

@ -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) {