Skip to content

Commit

Permalink
Print rerun SDK version on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 8, 2024
1 parent 7af0eb4 commit 2d0166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "imu_player.hpp"

int main(int argc, const char* argv[]) {
std::cout << "Rerun SDK Version:" << rerun::version_string() << std::endl;
std::cout << "Rerun SDK Version: " << rerun::version_string() << std::endl;

auto rec = std::make_shared<const rerun::RecordingStream>("rerun_example_vrs");
rec->spawn().exit_on_failure();
Expand Down

0 comments on commit 2d0166d

Please sign in to comment.