[GRASS-dev] do not get debug messages in 63-cvs

Martin Landa landa.martin at gmail.com
Fri Nov 10 15:09:26 EST 2006


Hi all,

2006/11/7, 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.

commited to CVS...

Best regards, Martin

-- 
Martin Landa <landa.martin at gmail.com> * http://gama.fsv.cvut.cz/~landa *




More information about the grass-dev mailing list