X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_restore.c;h=ad53adf425a66dbc7c57d04978da9bbaa4928b9a;hb=413fdcdf1a87c7380e17f5f943b353353c65d760;hp=cd88b935dbc4c9d762098b3184825a5c41c90d3c;hpb=37329a5f991870e8f47c8a52f6dd594fef813de6;p=rrdtool.git diff --git a/src/rrd_restore.c b/src/rrd_restore.c index cd88b93..ad53adf 100644 --- a/src/rrd_restore.c +++ b/src/rrd_restore.c @@ -137,7 +137,7 @@ int xml2rrd(char* buf, rrd_t* rrd, char rc){ } 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; }