summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 86e7404)
raw | patch | inline | side by side (parent: 86e7404)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 6 Mar 2009 05:51:34 +0000 (05:51 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 6 Mar 2009 05:51:34 +0000 (05:51 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1754 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_xport.c | patch | blob | history |
diff --git a/src/rrd_xport.c b/src/rrd_xport.c
index 69f50bd23f9449bb335d4141bab8bfc97ad3e56e..da8138a84588375681269cf1e4a3e872f0a269b2 100644 (file)
--- a/src/rrd_xport.c
+++ b/src/rrd_xport.c
case GF_XPORT:
ref_list[xport_counter++] = i;
*step_list_ptr = im->gdes[im->gdes[i].vidx].step;
- printf("%s:%lu\n",im->gdes[i].legend,*step_list_ptr);
+ /* printf("%s:%lu\n",im->gdes[i].legend,*step_list_ptr); */
*step_list_ptr++;
/* reserve room for one legend entry */
/* is FMT_LEG_LEN + 5 the correct size? */
*step_list_ptr=0;
/* find a common step */
*step = lcd(step_list);
- printf("step: %lu\n",*step);
+ /* printf("step: %lu\n",*step); */
free(step_list);
*start = im->start - im->start % (*step);