Bug 113373 - too many arguments for format
Summary: too many arguments for format
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: autofs
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Moyer
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-13 11:13 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-18 15:44:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2004:287 0 normal SHIPPED_LIVE Updated autofs package 2004-08-18 04:00:00 UTC

Description d.binderman 2004-01-13 11:13:42 UTC
Description of problem:

I just tried to compile package autofs-3.1.7-42, from Redhat
Fedora Core 1.

The compiler said

1.

mount_changer.c:128: warning: too many arguments for format

The source code is

        syslog(LOG_NOTICE, MODPREFIX, "Device %s is not an ATAPI
compliant CD changer.\n", device);

Suggest better code

        syslog(LOG_NOTICE, MODPREFIX "Device %s is not an ATAPI
compliant CD changer.\n", device);

Note the missing , after MODPREFIX.

2.

mount_changer.c:136: warning: too many arguments for format
mount_changer.c:144: warning: too many arguments for format

These seem to be duplicates.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jeff Moyer 2004-03-19 23:27:28 UTC
FC2 test2 will contain autofs-4.1.1.  This issue does exist in our
rhel products, though.  I'll queue the fix there.

thanks.

jeff

Comment 2 John Flanagan 2004-08-18 15:44:13 UTC
An errata has been issued which should help the problem 
described in this bug report. This report is therefore being 
closed with a resolution of ERRATA. For more information
on the solution and/or where to find the updated files, 
please follow the link below. You may reopen this bug report 
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2004-287.html



Note You need to log in before you can comment on or make changes to this bug.