http://defect.opensolaris.org/bz/show_bug.cgi?id=8858

           Summary: "nwamd_object_find: could not find object xxx" error
                    unhelpful
    Classification: Development
           Product: nwam
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
 Status Whiteboard: nwam1-build:2009-05-07
          Severity: normal
          Priority: P4
         Component: ON daemon
        AssignedTo: nwam-dev at opensolaris.org
        ReportedBy: Anurag.Maskey at Sun.COM
         QAContact: nwam-dev at opensolaris.org


The syslog error message coming from the nwamd_object_find() 

        if (object == NULL) {
                nlog(LOG_ERR, "nwamd_object_find: could not find object %s",
                    name);
        }

is not helpful.  It clobbers the debug and dmesg output as if something is
wrong.  All code that call nwamd_object_find() check if the returned object is
NULL, thus there is no need for the above message.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.

Reply via email to