1e38fbe 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!!)
    
    (cherry picked from commit c170d9541cca17031e2663c24a1a1e97d8b3172a)