summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-02-14 14:58:40 -0500
committerGitHub <noreply@github.com>2021-02-14 14:58:40 -0500
commit0fec6da17230d4c24298dc4b28f85f11db4d4e72 (patch)
tree7eb4346adce641e92cc79a0be696908e924466e1 /lib/thread.c
parent44b0793e88503b4b70a569c0579f7a79b587f627 (diff)
parent1d5453d6070f5266f0bdf709690282a0dc5dc83d (diff)
Merge pull request #8080 from opensourcerouting/log-whitespace
*: remove tabs & newlines from log messages
Diffstat (limited to 'lib/thread.c')
-rw-r--r--lib/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.c b/lib/thread.c
index c140c7600c..e0d734a951 100644
--- a/lib/thread.c
+++ b/lib/thread.c
@@ -1365,7 +1365,7 @@ static int thread_process_io_helper(struct thread_master *m,
if (!thread) {
if ((actual_state & (POLLHUP|POLLIN)) != POLLHUP)
flog_err(EC_LIB_NO_THREAD,
- "Attempting to process an I/O event but for fd: %d(%d) no thread to handle this!\n",
+ "Attempting to process an I/O event but for fd: %d(%d) no thread to handle this!",
m->handler.pfds[pos].fd, actual_state);
return 0;
}