Skip to content

Commit

Permalink
Minor formatting improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
feaser committed Feb 25, 2024
1 parent 7420b87 commit 52b136a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ Application::Application(Board& t_Board)
// Start the gateway.
m_Gateway.start();
// Log info.
logger().info("Application started (v%d.%d.%d).", Version::major, Version::minor, Version::patch);
logger().info("Application started (v%u.%u.%u).", Version::major, Version::minor,
Version::patch);
// Start the thread.
Start();
}
Expand Down

0 comments on commit 52b136a

Please sign in to comment.