Skip to content

Commit

Permalink
Core: Suppressed warning in case of upgraded internal protobuf scheme…
Browse files Browse the repository at this point in the history
… (changed to debug level) (#654)

Co-authored-by: rex-schilasky <[email protected]>
  • Loading branch information
FlorianReimold and rex-schilasky committed May 6, 2022
1 parent ea28ebe commit 4859a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecal/core/src/ecal_reggate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ namespace eCAL
break;
default:
{
eCAL::Logging::Log(log_level_warning, "CRegGate::ApplySample : unknown sample type");
eCAL::Logging::Log(log_level_debug1, "CRegGate::ApplySample : unknown sample type");
}
break;
}
Expand Down
2 changes: 1 addition & 1 deletion ecal/core/src/mon/ecal_monitoring_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ namespace eCAL
break;
default:
{
eCAL::Logging::Log(log_level_warning, "CMonitoringImpl::ApplySample : unknown sample type");
eCAL::Logging::Log(log_level_debug1, "CMonitoringImpl::ApplySample : unknown sample type");
}
break;
}
Expand Down

0 comments on commit 4859a44

Please sign in to comment.