diff options
Diffstat (limited to 'lib/thread.c')
-rw-r--r-- | lib/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.c b/lib/thread.c index 3df9acf7..7a9a3a60 100644 --- a/lib/thread.c +++ b/lib/thread.c @@ -1175,7 +1175,7 @@ thread_fetch (struct thread_master *m, struct thread *fetch) { if (errno == EINTR) continue; /* signal received - process it */ - zlog_warn ("select() error: %s", safe_strerror (errno)); + zlog_warn ("select() error: %s", errtoa(errno, 0).str); return NULL; } |