Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix event_catcher blacklisted events logging
The event catcher runner was printing the blacklisted events array using the VMDBLogger#log_hashes method. Now that this method calls .to_hash on the argument (ManageIQ/manageiq-gems-pending#268) this is throwing an exception for non-hash type arguments. Instead of using log_hashes just log the elements of the array joined by newlines directly.
- Loading branch information