#383: change fprintf to G_debug in do_proj.c
---------------------+------------------------------------------------------
Reporter: quinn | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: trivial | Milestone:
Component: Raster | Version: 6.2.3
Keywords: | Platform: All
Cpu: All |
---------------------+------------------------------------------------------
If you use r.proj to project between coordinate systems that don't
share all points, you get many errors to STDERR, for each projection
failure. I'm not sure that's necessarily an error, and I suggest the
notice be sent to G_debug.
#383: change fprintf to G_debug in do_proj.c
----------------------+-----------------------------------------------------
Reporter: quinn | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: trivial | Milestone: 6.4.0
Component: Raster | Version: 6.2.3
Resolution: | Keywords:
Platform: All | Cpu: All
----------------------+-----------------------------------------------------
Changes (by hamish):
* milestone: => 6.4.0
Comment:
note that in newer SVN fprintf(stderr, has been replaced by G_warning(),
but that will still be displayed multiple times and there is no way to
turn it off. Also, I think that G_debug(5, will make it too hidden.
Can you give an example of what you mean by "project between coordinate
systems that don't share all points"?