Ticket #1863 (closed defect: fixed)

Opened 8 months ago

Last modified 2 months ago

be quiet gdalwarp!

Reported by: akrherz Assigned to: warmerdam
Priority: normal Milestone: 1.5.1
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: gdalwarp
Cc:

Description

Hi,

Upgraded my gdal from 1.3.1 to 1.4.2 tonight and my cron scripts are emailing me, gasp!

Some (!bQuiet) s are needed in apps/gdalwarp.cpp, the current trunk appears to have these issues.

thanks!

daryl

Change History

09/25/07 10:38:12 changed by warmerdam

  • keywords changed from -q to gdalwarp.
  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.4.3.

The "Processing input file xxx" message is now only emitted if not -q. Change applied in trunk and 1.4 branch. Let me know if there were other messages that were a problem. This is the only one I encountered in a simple test.

09/25/07 10:44:51 changed by akrherz

Hi Frank,

Thanks for the rapid support as always! I appologize for not being more specific. The " printf( "Copying color table from...." needs a bQuiet as well. There are also a number of other unprotected printf's , I am not sure how many of those you would like suppressed by bQuiet

daryl

03/13/08 15:53:07 changed by akrherz

  • status changed from closed to reopened.
  • version changed from 1.4.2 to svn-trunk.
  • resolution deleted.

Hi Frank,

I notice there is still another printf that needs to be bQuiet'd :) in gdalwarp.cpp line 826 in svn trunk...

thanks!

daryl

03/13/08 21:18:31 changed by warmerdam

  • status changed from reopened to closed.
  • resolution set to fixed.
  • milestone changed from 1.4.3 to 1.5.1.

Fixed in trunk (r13996) and 1.5 branch (r13997).