X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_redis.c;h=cdea3060023b462df6b7bdb0d40d0a64fad02b78;hb=dd09c9364998ad6ef681b70f45f7a9734808cf96;hp=231738c5bc6993e6c25b0f66dcc1c53a635ba4b0;hpb=ae5cca244ff291c17df1cc36e28f19376958a2eb;p=collectd.git diff --git a/src/write_redis.c b/src/write_redis.c index 231738c5..cdea3060 100644 --- a/src/write_redis.c +++ b/src/write_redis.c @@ -83,7 +83,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);