Explorar o código

debug output of file identifier

Dave Schuyler %!s(int64=21) %!d(string=hai) anos
pai
achega
42ec4bb379
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      dtool/src/interrogatedb/interrogateDatabase.cxx

+ 2 - 1
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 ||