Add file name to error messages about invalid @trick_parse argument.

This commit is contained in:
Derek Bankieris 2015-10-21 11:23:02 -05:00
parent 0f3d900539
commit 2f5c219f98

View File

@ -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) ;
}