Skip to content

Commit

Permalink
Add more specific error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Dec 13, 2024
1 parent b61793a commit c8a099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpical/src/main/native/cpp/fieldcalibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ int fieldcalibration::calibrate(std::string input_dir_path,
path, poses, constraints, show_debug_window);

if (!success) {
std::cout << "Unable to process video" << std::endl;
std::cout << "Unable to process video " << path << std::endl;
return 1;
}
}
Expand Down

0 comments on commit c8a099a

Please sign in to comment.