Skip to content

Commit

Permalink
relax warning level
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Mar 9, 2024
1 parent 3f141f4 commit f57a0de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mola_kernel/src/interfaces/FrontEndBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ void FrontEndBase::initialize(const Yaml& cfg)
}
else
{
MRPT_LOG_WARN_STREAM(
// This may be OK if we are running outside of the context of mola-cli
MRPT_LOG_DEBUG_STREAM(
"No 'raw_data_source' entry found in the YAML definition for a "
"FrontEndBase: YAML contents:\n"
<< cfg << "\n");
Expand Down

0 comments on commit f57a0de

Please sign in to comment.