[GRASS-dev] Vect_build() & verbosity
Martin Landa
landa.martin at gmail.com
Tue Feb 27 08:03:22 EST 2007
Hi,
I would like to make V_build() fn verbose sensitive, i.e. to print
information about building topology only on the standard or higher
verbosity level. E.g. in lib/vector/Vlib/build.c:int printmsg()
if ( Msgout != NULL && G_verbose() >= G_verbose_std()) {
...
}
There is related issue, some of modules print V_build() output to
stdout (33) and some to stderr (40). I think all modules (except of
v.build) should send V_build() output information to stderr.
Martin
--
Martin Landa <landa.martin at gmail.com> * http://gama.fsv.cvut.cz/~landa *
More information about the grass-dev
mailing list