[GRASS-dev] [bug #4524] (grass) v.clean, v.patch (else?): output to stderr instead of stdout...

Maciek Sieczka via RT grass-bugs at intevation.de
Fri Jul 7 15:49:26 EDT 2006


On Fri,  7 Jul 2006 17:00:00 +0200 (CEST)
Markus Neteler via RT <grass-bugs at intevation.de> wrote:

> still an issue? the fprintf's have been changed in v.patch.

Yes.

v.patch still prints to terminal instead of /dev/null. There is no difference
to before the change you mention, ie.:

 $ v.patch input=map1,map2 output=map3 >/dev/null
 Patching file map1
 Patching file map2
 Patch complete. 2 files patched.
 Intersections at borders will have to be snapped.
 Lines common between files will have to be edited.
 The header information also may have to be edited.

The above 6 lines should all go to /dev/null, too. v.clean is even worse -
*not a single line* is redirected to /dev/null, so each v.clean run results in
about 40 lines printed to the terminal.

Maciek


-------------------------------------------- Managed by Request Tracker




More information about the grass-dev mailing list