[GRASS-dev] [GRASS GIS] #312: wxNVIZ prints debug to terminal
GRASS GIS
trac at osgeo.org
Tue Apr 7 15:39:16 PDT 2015
#312: wxNVIZ prints debug to terminal
-----------------------+----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: defect | Status: new
Priority: minor | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: digitizer | Platform: All
Cpu: All |
-----------------------+----------------------------------------------------
Comment(by glynn):
Replying to [comment:2 neteler]:
> Does anyone know how to intercept GRASS_INFO_MESSAGE() etc to avoid that
it gets
> printed to the terminal?
export GRASS_MESSAGE_FORMAT=silent
Alternatively, identify the G_message() calls and change them to
G_verbose_message() so that they don't get printed without --verbose.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/312#comment:3>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list