[GRASS-dev] [GRASS-SVN] r53518 - grass/trunk/lib/temporal/lib

Martin Landa landa.martin at gmail.com
Sun Oct 21 06:56:55 PDT 2012


Hi,

2012/10/21  <svn_grass at osgeo.org>:
> Author: neteler
> Date: 2012-10-20 23:39:16 -0700 (Sat, 20 Oct 2012)
> New Revision: 53518
>
> Modified:
>    grass/trunk/lib/temporal/lib/default_name.c
> Log:
> fix debug level
[...]
> -    G_debug(1,
> +    G_debug(0,
>             "Creating new default TGIS DB params with tgis_set_default_connection()");

debug level 0 seems to be illegal. Either use debug '1' or change
G_debug() to G_message().

Martin

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


More information about the grass-dev mailing list