summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e060d8)
raw | patch | inline | side by side (parent: 5e060d8)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 14 May 2005 17:32:05 +0000 (17:32 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 14 May 2005 17:32:05 +0000 (17:32 +0000) |
not be all that tough though. Any takers ?
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@558 a5681a0c-68f1-0310-ab6d-d61299d08faa
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@558 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_restore.c | patch | blob | history |
diff --git a/src/rrd_restore.c b/src/rrd_restore.c
index cd88b935dbc4c9d762098b3184825a5c41c90d3c..ad53adf425a66dbc7c57d04978da9bbaa4928b9a 100644 (file)
--- a/src/rrd_restore.c
+++ b/src/rrd_restore.c
}
if (atoi(rrd -> stat_head -> version) < 2)
{
- rrd_set_error("Can only restore version >= 2 (Not %s). Dump your rrd using a current rrdtool dump.", rrd -> stat_head -> version );
+ rrd_set_error("Can only restore version >= 2 (Not %s). Dump your old rrd using a current rrdtool dump.", rrd -> stat_head -> version );
free(rrd -> stat_head);
return -1;
}