Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Jan 23, 2024
1 parent 2fa6028 commit e240a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/buses/bus_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ bool BusFactory::CheckForPi()
const string model = s.str();

if (model.starts_with("Raspberry Pi") && !model.starts_with("Raspberry Pi 5")) {
spdlog::debug("Detected '{}'", model);
spdlog::trace("Detected '{}'", model);
is_raspberry_pi = true;
return true;
}
Expand Down

0 comments on commit e240a74

Please sign in to comment.