aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/w32-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/w32-io.c')
-rw-r--r--gpgme/w32-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgme/w32-io.c b/gpgme/w32-io.c
index 91dfe87b..9170e367 100644
--- a/gpgme/w32-io.c
+++ b/gpgme/w32-io.c
@@ -992,7 +992,7 @@ _gpgme_io_select ( struct io_select_fd_s *fds, size_t nfds, int nonblock )
void *dbg_help;
restart:
- DEBUG_BEGIN (dbg_help, "select on [ ");
+ DEBUG_BEGIN (dbg_help, 3, "select on [ ");
any = 0;
nwait = 0;
count = 0;
@@ -1103,7 +1103,7 @@ _gpgme_io_select ( struct io_select_fd_s *fds, size_t nfds, int nonblock )
}
if ( count ) {
- DEBUG_BEGIN (dbg_help, " signaled [ ");
+ DEBUG_BEGIN (dbg_help, 3, " signaled [ ");
for ( i=0; i < nfds; i++ ) {
if ( fds[i].fd == -1 )
continue;