X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_redis.c;h=c16537c25f91d96763a757535cb1279bc5f7cade;hb=51181b899668ad2c232a152d6e5e787c4eb049cc;hp=472241623dd51b02890c9f9324dae3a9a6ec9b56;hpb=b847e8ff2fd928813397466a941947c8fce66d66;p=collectd.git diff --git a/src/write_redis.c b/src/write_redis.c index 47224162..c16537c2 100644 --- a/src/write_redis.c +++ b/src/write_redis.c @@ -91,7 +91,7 @@ static int wr_write (const data_set_t *ds, /* {{{ */ node->conn = redisConnectWithTimeout ((char *)node->host, node->port, node->timeout); if (node->conn == NULL) { - ERROR ("write_redis plugin: Connecting to host \"%s\" (port %i) failed: Unkown reason", + ERROR ("write_redis plugin: Connecting to host \"%s\" (port %i) failed: Unknown reason", (node->host != NULL) ? node->host : "localhost", (node->port != 0) ? node->port : 6379); pthread_mutex_unlock (&node->lock);