Custom macro name receives deprecated warning

A few minutes ago, I moved my project from 4.8 to 4.9.

Do not know why, but I’m currently getting a deprecated error for a custom named macro. There are no other warnings or errors in the macro or in any other blueprint or code.

Found the solution for the problem.

The macro had a deprecated/removed node “Get random point in radius”.
Which is now called “Get Random Reachable Point in Radius”.

The node’s title was red, not green.
But in the macro, the error is not marked with any ERROR or WARNING lines.

Replacing the node solved the problem.