The compilation of
\documentclass{scrreprt} %or with any other KOMA-Script classes, like scrartcl
%\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\begin{document}
test
\end{document}
leads to a warning in the console:
Package frenchb.ldf Warning: The definition of \@makecaption has been changed,
(frenchb.ldf) frenchb will NOT customise it;
After test, the problem doesn't occur with ngerman, english, and some other languages that I have tested.
The question is: is this warning important? And if yes, what can we do to avoid this problem?