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
_______________________________________________
rrd-developers mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers