X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fwrite_redis.c;h=bafbfe511930fc30e70ff513019e9cb0c4dc8f95;hp=def3d9cdbcd0702265cc7137b3d50114a4b058bd;hb=8c5927c52f4eefebaad3a6ecadc253ee9007ebb5;hpb=a35e7bb5ee1004f9631a9c4b9569b2cc00016ae5 diff --git a/src/write_redis.c b/src/write_redis.c index def3d9cd..bafbfe51 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);