aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgcedev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgcedev.c')
-rw-r--r--src/gpgcedev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgcedev.c b/src/gpgcedev.c
index 0c7391d..69dcd6f 100644
--- a/src/gpgcedev.c
+++ b/src/gpgcedev.c
@@ -1464,8 +1464,8 @@ GPG_IOControl (DWORD opnctx_arg, DWORD code, void *inbuf, DWORD inbuflen,
}
if (opnctx->is_log)
{
- log_debug ("GPG_IOControl (ctx=%i): error: invalid code for log device\n",
- opnctx_arg);
+ log_debug ("GPG_IOControl (ctx=%i): error: invalid code %u"
+ " for log device\n", opnctx_arg, (unsigned int)code);
SetLastError (ERROR_INVALID_PARAMETER);
goto leave;
}