diff --git a/eo/src/eoReduceSplit.h b/eo/src/eoReduceSplit.h index 758f48bd..db119032 100644 --- a/eo/src/eoReduceSplit.h +++ b/eo/src/eoReduceSplit.h @@ -270,7 +270,7 @@ public: { if (t_rate <= 0.5) { - eo::log << eo:warnings << "Warning, Rate for eoStochTournamentTruncateSplit adjusted to 0.51" << std::endl; + eo::log << eo::warnings << "Warning, Rate for eoStochTournamentTruncateSplit adjusted to 0.51" << std::endl; t_rate = 0.51; } if (t_rate > 1)