From 42ec4bb37995f3022fbb32ba4a65e7e95b207329 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Wed, 12 May 2004 04:17:25 +0000 Subject: [PATCH] debug output of file identifier --- dtool/src/interrogatedb/interrogateDatabase.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dtool/src/interrogatedb/interrogateDatabase.cxx b/dtool/src/interrogatedb/interrogateDatabase.cxx index e0ea72c550..3e55fc8779 100644 --- a/dtool/src/interrogatedb/interrogateDatabase.cxx +++ b/dtool/src/interrogatedb/interrogateDatabase.cxx @@ -900,7 +900,8 @@ load_latest() { file_identifier != def->file_identifier) { interrogatedb_cat->warning() << "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 ||