From bfd550e0d93df26412f88af84d0986d7e009fcd8 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 4 Aug 2010 07:47:05 +0000 Subject: [PATCH] Are you ready already? --- src/w32-io.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/w32-io.c b/src/w32-io.c index f915668..dd1fdea 100644 --- a/src/w32-io.c +++ b/src/w32-io.c @@ -1549,7 +1549,7 @@ _gpgme_io_spawn (const char *path, char *const argv[], unsigned int flags, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); if (hd == INVALID_HANDLE_VALUE) { - TRACE_LOG1 (DEBUG_SYSIO, "CreateFile failed (ignored): ec=%d", + TRACE_LOG1 ("CreateFile failed (ignored): ec=%d", (int) GetLastError ()); } @@ -1567,8 +1567,7 @@ _gpgme_io_spawn (const char *path, char *const argv[], unsigned int flags, if (!DeviceIoControl (hd, GPGCEDEV_IOCTL_ASSIGN_RVID, data, sizeof (data), NULL, 0, NULL, NULL)) { - TRACE_LOG1 (DEBUG_SYSIO, - "ASSIGN_RVID(%i, %i) failed (ignored): %i", + TRACE_LOG3 ("ASSIGN_RVID(%i, %i) failed (ignored): %i", data[0], data[1], (int) GetLastError ()); } } -- 2.26.2