summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25db8f9)
raw | patch | inline | side by side (parent: 25db8f9)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 30 Apr 2010 16:13:40 +0000 (16:13 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 30 Apr 2010 16:13:40 +0000 (16:13 +0000) |
program/src/rrd_daemon.c | patch | blob | history |
index 25675a1c9725ac3f61c1227d43a343e7c878da46..b80ddc49f9d1f749a8049e5b2af5fc3b6f716493 100644 (file)
--- a/program/src/rrd_daemon.c
+++ b/program/src/rrd_daemon.c
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)