c170d95 Ticket #47801 - RHDS keeps on logging write_changelog_and_ruv: failed to update RUV for unknown

Authored and Committed by nhosoi 9 years ago
    Ticket #47801 - RHDS keeps on logging write_changelog_and_ruv: failed to update RUV for unknown
    
    Description: When no operation is given to write_changelog_and_ruv
    (consumer has the chance just to update ruv) and opcsn is NULL,
    update_ruv_component immediately returns the default return value
    RUV_NOTFOUND, which should not be logged as SLAPI_LOG_FATAL but
    just ignored.
    
    https://fedorahosted.org/389/ticket/47801
    
    Reviewed by rmeggins@redhat.com (Thank you, Rich!!)