Changeset: a7d2c4440d58 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a7d2c4440d58 Modified Files: monetdb5/modules/mal/joinpath.c Branch: default Log Message:
ALGODEBUG messages should go to stderr. diffs (21 lines): diff --git a/monetdb5/modules/mal/joinpath.c b/monetdb5/modules/mal/joinpath.c --- a/monetdb5/modules/mal/joinpath.c +++ b/monetdb5/modules/mal/joinpath.c @@ -198,7 +198,7 @@ ALGjoinPathBody(Client cntxt, int top, B if ( j == 0) { b = BATleftjoin(joins[j], joins[j + 1], BATcount(joins[j])); ALGODEBUG{ - mnstr_printf(cntxt->fdout,"#joinpath step produces "BUNFMT"\n", BATcount(b)); + fprintf(stderr,"#joinpath step produces "BUNFMT"\n", BATcount(b)); } break; } @@ -208,7 +208,7 @@ ALGjoinPathBody(Client cntxt, int top, B case 3: b = BATproject(joins[j], joins[j + 1]); ALGODEBUG{ - mnstr_printf(cntxt->fdout,"#joinpath step produces "BUNFMT"\n", BATcount(b)); + fprintf(stderr,"#joinpath step produces "BUNFMT"\n", BATcount(b)); } break; } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list