diff options
Diffstat (limited to 'src/posix-io.c')
-rw-r--r-- | src/posix-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-io.c b/src/posix-io.c index aa69bfc9..25351577 100644 --- a/src/posix-io.c +++ b/src/posix-io.c @@ -854,7 +854,7 @@ _gpgme_io_select_select (struct io_select_fd_s *fds, size_t nfds, int nonblock) if (nonblock) timeout.tv_sec = 0; - TRACE_SEQ (dbg_help, "select on [ "); + TRACE_SEQ (dbg_help, "selecting [ "); any = 0; for (i = 0; i < nfds; i++) |