Browse Source

debug statement

David Rose 16 years ago
parent
commit
95a6051462
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/plugin/p3dInstanceManager.cxx

+ 3 - 0
direct/src/plugin/p3dInstanceManager.cxx

@@ -245,6 +245,9 @@ initialize(const string &contents_filename, const string &download_url,
 
 
   nout << "_root_dir = " << _root_dir
   nout << "_root_dir = " << _root_dir
        << ", platform = " << _platform
        << ", platform = " << _platform
+       << ", contents_filename = " << contents_filename
+       << ", download_url = " << download_url
+       << ", verify_contents = " << verify_contents
        << "\n";
        << "\n";
 
 
   if (_root_dir.empty()) {
   if (_root_dir.empty()) {