Skip to content

Commit

Permalink
Update src/mavsdk/core/cli_arg.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Vautherin <[email protected]>
  • Loading branch information
julianoes and JonasVautherin authored Oct 15, 2024
1 parent a42897c commit 6f0122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mavsdk/core/cli_arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ bool CliArg::parse_udpin(const std::string_view rest)
p.mode = Udp::Mode::In;

if (p.host.empty()) {
LogErr() << "No network interface (or 0.0.0.0 for all network interfaces) supplied";
LogErr() << "No network interface supplied (use 0.0.0.0 for all network interfaces)";
return false;
}

Expand Down

0 comments on commit 6f0122c

Please sign in to comment.