Bug 114756

Summary: inaccurate, useless debug message from giftopnm with no way to turn it off
Product: [Retired] Red Hat Raw Hide Reporter: Jonathan Kamens <jik>
Component: netpbmAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-09 15:59:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2004-02-02 14:23:50 UTC
When I convert a simple gif file to pnm with giftopnm in the current 
netpbm, I get this message:

giftopnm: Reading Image Sequence 0

There are several problems here:

1) The -image option to giftopnm starts numbering the sequenced 
images from 1, not 0.  This message should be consistent and say 1, 
not 0.

2) This message probably shouldn't appear by default.  It should only 
apear if -verbose is specified.

3) If it must appear by default, there should be a -quiet option to 
make it go away or something.  Redirecting stderr to /dev/null to 
make it go away is bad because then real error messages would also be 
lost.

Comment 1 Phil Knirsch 2004-02-09 15:59:43 UTC
Fixed in netpbm-10.19-3 and later, removed the annoying message by
default, only appears when using -verbose.

Also fixed the numbering, now starts with 1 instead of 0.

Read ya, Phil