mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
Add file name to error messages about invalid @trick_parse argument.
This commit is contained in:
parent
0f3d900539
commit
2f5c219f98
@ -98,7 +98,7 @@ void CommentSaver::getICGField( std::string file_name ) {
|
||||
icg_no_comment_found[file_name] = false ;
|
||||
icg_no_found[file_name] = true ;
|
||||
} else {
|
||||
std::cout << "trick_parse directive found but no argument matched." << std::endl ;
|
||||
std::cout << file_name << ": trick_parse directive found but no argument matched." << std::endl ;
|
||||
std::cout << "Valid arguments are (everything|attributes|dependencies_only)" << std::endl ;
|
||||
exit(-1) ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user