diff options
author | Marcus Brinkmann <[email protected]> | 2010-08-04 07:47:05 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2010-08-04 07:47:05 +0000 |
commit | bfd550e0d93df26412f88af84d0986d7e009fcd8 (patch) | |
tree | e23dc7cb1ba8ec92a7a56f1104081cfd59470ae0 /src/w32-io.c | |
parent | Too embarrassing for a changelog entry. (diff) | |
download | gpgme-bfd550e0d93df26412f88af84d0986d7e009fcd8.tar.gz gpgme-bfd550e0d93df26412f88af84d0986d7e009fcd8.zip |
Are you ready already?
Diffstat (limited to 'src/w32-io.c')
-rw-r--r-- | src/w32-io.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32-io.c b/src/w32-io.c index f9156686..dd1fdeab 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 ()); } } |