[GRASS-SVN] r30996 - grass/trunk/visualization/nviz/src
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Apr 14 21:25:48 EDT 2008
Author: hamish
Date: 2008-04-14 21:25:48 -0400 (Mon, 14 Apr 2008)
New Revision: 30996
Modified:
grass/trunk/visualization/nviz/src/do_zoom.c
Log:
display max PPM done message to stderr too (because that's where all the other tile msgs go)
Modified: grass/trunk/visualization/nviz/src/do_zoom.c
===================================================================
--- grass/trunk/visualization/nviz/src/do_zoom.c 2008-04-15 00:29:20 UTC (rev 30995)
+++ grass/trunk/visualization/nviz/src/do_zoom.c 2008-04-15 01:25:48 UTC (rev 30996)
@@ -201,6 +201,7 @@
Destroy_OS_Ctx();
#endif
+ fprintf(stderr, "Finished rendering max. size image\n");
sprintf(inform_text, "inform \"Finished rendering max. size image\"");
Tcl_Eval(interp, inform_text);
return (TCL_OK);
More information about the grass-commit
mailing list