[GRASS-dev] do not get debug messages in 63-cvs
Martin Landa
landa.martin at gmail.com
Tue Nov 7 05:16:40 EST 2006
Dear developers,
2006/11/6, Martin Landa <landa.martin at gmail.com>:
[snip]
> > > I am also not sure, is this patch enough to fix it?
> > > - G_debug ( 4, "G_getl2: ->%s<-", buf );
> > > + if (G__getenv ("DEBUG"))
> > > + G_debug ( 4, "G_getl2: ->%s<-", buf );
> > >
> >
> > here, it works ...
>
> yes, I meant -- when you do not set up DEBUG variable and call
> G_getl2() function no debug message (inside the function) will be
> printed. It is not nice solution.
I would like to kindly ask you -- is it good enough for committing to
CVS? [no objections or feedback ~= can be commited;-).
Debug messages are still broken in grass63.
Best regards, Martin
--
Martin Landa <landa.martin at gmail.com> * http://gama.fsv.cvut.cz/~landa *
More information about the grass-dev
mailing list