mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
debug output of file identifier
This commit is contained in:
parent
330918c8f9
commit
42ec4bb379
@ -900,7 +900,8 @@ load_latest() {
|
|||||||
file_identifier != def->file_identifier) {
|
file_identifier != def->file_identifier) {
|
||||||
interrogatedb_cat->warning()
|
interrogatedb_cat->warning()
|
||||||
<< "Interrogate data in " << pathname
|
<< "Interrogate data in " << pathname
|
||||||
<< " is out of sync with the compiled-in data.\n";
|
<< " is out of sync with the compiled-in data"
|
||||||
|
<< " (" << file_identifier << " != " << def->file_identifier << ").\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_file_major_version != _current_major_version ||
|
if (_file_major_version != _current_major_version ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user