Lines Matching defs:thisfunc
102 static const char *thisfunc = "url_validator_worker():";
119 thisfunc, LOGEMPTY(w->config_path));
144 "%s invalid current index value, defaulting to %s", thisfunc, conf->naming_url[0]);
163 AM_LOG_ERROR(w->instance_id, "%s memory allocation error", thisfunc);
172 AM_LOG_ERROR(w->instance_id, "%s memory allocation error", thisfunc);
208 AM_LOG_DEBUG(w->instance_id, "%s validating %s", thisfunc, url);
258 AM_LOG_INFO(w->instance_id, "%s fail-back to %s", thisfunc, url_list[0]);
261 AM_LOG_INFO(w->instance_id, "%s continue with %s", thisfunc, url_list[current_index]);
269 AM_LOG_INFO(w->instance_id, "%s still staying with %s", thisfunc, url_list[current_index]);
292 "%s none of the values are valid, defaulting to %s", thisfunc, url_list[0]);
298 AM_LOG_INFO(w->instance_id, "%s fail-back to %s", thisfunc, url_list[0]);
303 AM_LOG_INFO(w->instance_id, "%s fail-over to %s", thisfunc, url_list[i]);
317 static const char *thisfunc = "am_url_validator_tick():";
339 AM_LOG_WARNING(list[i].instance_id, "%s failed to dispatch url validator worker", thisfunc);
343 AM_LOG_ERROR(list[i].instance_id, "%s memory allocation error", thisfunc);
346 AM_LOG_WARNING(list[i].instance_id, "%s url validator worker already running", thisfunc);