projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5168ab1
)
Fix typo in src/network.c
author
Dagobert Michelsen
<dam@opencsw.org>
Tue, 23 Jul 2019 11:11:03 +0000
(13:11 +0200)
committer
Matthias Runge
<mrunge@redhat.com>
Tue, 23 Jul 2019 11:52:36 +0000
(13:52 +0200)
(cherry picked from commit
262212d3e5db97743c9ff47897778a84049e4bae
)
src/network.c
patch
|
blob
|
history
diff --git
a/src/network.c
b/src/network.c
index
cf2f811
..
8acf84b
100644
(file)
--- a/
src/network.c
+++ b/
src/network.c
@@
-381,7
+381,7
@@
static bool check_send_notify_okay(const notification_t *n) /* {{{ */
LOG_ERR, &complain_forwarding,
"network plugin: A notification has been received via the network "
"and forwarding is enabled. Forwarding of notifications is currently "
- "not supported, because there is not loop-detec
it
on available. "
+ "not supported, because there is not loop-detec
ti
on available. "
"Please contact the collectd mailing list if you need this "
"feature.");
}