diff options
Diffstat (limited to 'isisd/modified/thread.c')
-rw-r--r-- | isisd/modified/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/modified/thread.c b/isisd/modified/thread.c index af954b838..8364c4d70 100644 --- a/isisd/modified/thread.c +++ b/isisd/modified/thread.c @@ -611,7 +611,7 @@ thread_fetch (struct thread_master *m, struct thread *fetch) if (errno == EINTR) continue; - zlog_warn ("select() error: %s", strerror (errno)); + zlog_warn ("select() error: %s", safe_strerror (errno)); return NULL; } |