109
109
std::vector<plugin::ErrorMessage *>::iterator iter=
110
110
std::find_if(all_errmsg_handler.begin(), all_errmsg_handler.end(),
111
111
Print(session, priority, format, ap));
112
113
/* If iter is == end() here, that means that all of the plugins returned
113
114
* false, which in this case means they all succeeded. Since we want to
114
115
* return false on success, we return the value of the two being !=