Pārlūkot izejas kodu

BUG: Adding debugging code to remotely debug a failing dashboard test.

Brad King 21 gadi atpakaļ
vecāks
revīzija
23dfc9440a
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      Source/kwsys/SystemTools.cxx

+ 4 - 0
Source/kwsys/SystemTools.cxx

@@ -2296,6 +2296,10 @@ void SystemTools::ClassInitialize()
         // Add the translation to keep the logical path name.
         if(!cwd_changed.empty() && !pwd_changed.empty())
           {
+#if defined(__HP_aCC)
+          fprintf(stderr, "adding [%s]->[%s]\n", cwd_changed.c_str(),
+                  pwd_changed.c_str());
+#endif
           SystemTools::AddTranslationPath(cwd_changed.c_str(),
                                           pwd_changed.c_str());
           }