X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_riemann.c;h=780bccbefb2c794cf59f33cfc6f0fe3717d68496;hb=d437681a04278fa6292338b4959231f825652785;hp=9d2b53982d0d328c4a7f113625be72f6adb8a733;hpb=1ecef4ca6f6ba7005109df6520949e578a483ca3;p=collectd.git diff --git a/src/write_riemann.c b/src/write_riemann.c index 9d2b5398..780bccbe 100644 --- a/src/write_riemann.c +++ b/src/write_riemann.c @@ -154,7 +154,7 @@ static int riemann_connect(struct riemann_host *host) /* {{{ */ } host->flags |= F_CONNECT; - DEBUG("write_riemann plugin: got a succesful connection for: %s:%s", + DEBUG("write_riemann plugin: got a successful connection for: %s:%s", node, service); break; }