CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
diff --git a/include/common/cfgparse.h b/include/common/cfgparse.h
index 1ce7251..c3355ca 100644
--- a/include/common/cfgparse.h
+++ b/include/common/cfgparse.h
@@ -106,8 +106,8 @@
 	}
 
 	if (!(proxy->cap & cap)) {
-		Warning("parsing [%s:%d] : '%s' ignored because %s '%s' has %s capability.%s\n",
-			file, line, arg, proxy_type_str(proxy), proxy->id, msg, hint ? hint : "");
+		ha_warning("parsing [%s:%d] : '%s' ignored because %s '%s' has %s capability.%s\n",
+			   file, line, arg, proxy_type_str(proxy), proxy->id, msg, hint ? hint : "");
 		return 1;
 	}
 	return 0;