X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fwrite_redis.c;h=bafbfe511930fc30e70ff513019e9cb0c4dc8f95;hb=9d9678b9e753ea0936612021f4f87f8092ab4e31;hp=def3d9cdbcd0702265cc7137b3d50114a4b058bd;hpb=6f4f918d4d5e70c75471632254ecb9c55fd8d62f;p=collectd.git 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);