Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Feb 27, 2024
1 parent 81cd993 commit b9c5500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera-manager/camera_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int main(int argc, char* argv[])
path = "/usr/share/mavlink_ftp_root";
}

std::cout << "Using FTP root: " << path << " to serve camera xml file.";
std::cout << "Using FTP root: " << path << " to serve camera xml file." << std::endl;

auto ftp_result = ftp_server.set_root_dir(path);
if (ftp_result != mavsdk::FtpServer::Result::Success) {
Expand Down

0 comments on commit b9c5500

Please sign in to comment.