X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_riemann.c;h=69fdaad34b17c03dd1844cfd6312f5bdbe21e01f;hb=8438e249445f2a1785f9de40a0c8da9889f0b8d1;hp=e85e943614f6fd5bfbb5007bbe1c64c7777683d7;hpb=36c2225ae8bc9c4dc20f57276bcb58babf44b45c;p=collectd.git diff --git a/src/write_riemann.c b/src/write_riemann.c index e85e9436..69fdaad3 100644 --- a/src/write_riemann.c +++ b/src/write_riemann.c @@ -150,7 +150,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; }