Bug 200776 - LOGLEVEL constants mixed up in rgmanager.
Summary: LOGLEVEL constants mixed up in rgmanager.
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: rgmanager
Version: 5.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Lon Hohberger
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-31 16:00 UTC by Robert Peterson
Modified: 2009-04-16 22:55 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-18 20:27:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Robert Peterson 2006-07-31 16:00:41 UTC
Description of problem:
The rgmanager program has conflicting constants regarding log_level.
In clulog.h there's a constant LOGLEVEL_DFLT (LOG_INFO) and in 
clulog.c there's a constant DFLT_LOGLEVEL (LOG_NOTICE).
The correct log level should be 5 (LOG_NOTICE) so the constant in
clulog.h should be changed to LOG_NOTICE and clulog.c should be
coded to use the constant from the .h rather than re-define another.

Comment 1 Lon Hohberger 2006-08-18 20:27:29 UTC
Fixed in CVS.  Behavior in RHEL4 and STABLE branches will remain at LOG_INFO;
for head branch, it has switched to LOG_NOTICE so as to not alter behavior on
existing (stable) releases.

Comment 2 Nate Straz 2007-12-13 17:18:55 UTC
Moving all RHCS ver 5 bugs to RHEL 5 so we can remove RHCS v5 which never existed.


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