[PATCH 1/2] RRDCacheD: Fix a typo in an error message.

Florian Forster <[email protected]>
Newsgroups gmane.comp.db.rrdtool.devel
Message-ID <c0b9c9819061a6ca5d6d9fcf5066549b3d917580.1272535432.git.octo@leeloo.lan.home.verplant.org>
From: Florian Forster <[email protected]>

---
 src/rrd_daemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c
index 25675a1..b80ddc4 100644
--- a/src/rrd_daemon.c
+++ b/src/rrd_daemon.c
@@ -1572,7 +1572,7 @@ static int handle_request_fetch (HANDLER_PROTO) /* {{{ */
     value = strtol (end_str, &endptr, /* base = */ 0);
     if ((endptr == end_str) || (errno != 0))
       return (send_response(sock, RESP_ERR,
-            "Cannot parse start time `%s': Only simple integers are allowed.\n",
+            "Cannot parse end time `%s': Only simple integers are allowed.\n",
             end_str));
 
     if (value > 0)
-- 
1.7.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.