mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
output filename reading when -v is given
This commit is contained in:
parent
6671007fd2
commit
f5bfcc42b9
@ -1365,6 +1365,10 @@ handle_include_directive(const string &args, int first_line,
|
||||
if (!push_file(CPPFile(filename, filename_as_referenced, source))) {
|
||||
warning("Unable to read " + filename.get_fullpath(),
|
||||
first_line, first_col, first_file);
|
||||
} else {
|
||||
if (_verbose >= 2) {
|
||||
cerr << "Reading " << filename << "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user