Index: server/pift_server.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue_file_test/server/pift_server.module,v
retrieving revision 1.17.2.26
diff -u -F^f -u -F^f -r1.17.2.26 pift_server.module
--- server/pift_server.module	15 Nov 2008 22:04:19 -0000	1.17.2.26
+++ server/pift_server.module	17 Nov 2008 03:51:37 -0000
@@ -922,6 +922,9 @@ function pift_server_process_files($file
     // Discard the result data if the file isn't a testable file anymore.
     if ($nid = db_result(db_query("SELECT nid FROM {pift_data} WHERE ftid = %d", $file['ftid']))) {
       if (pift_server_check_issue_filters($nid)) {
+        $data = file_get_contents('php://input');
+        $link = l("link to issue", "node/$nid");
+        watchdog('project_remote_xmlrpc_test', "test result XML data for issue $nid <br /> $link <br /><br />". htmlentities(var_export($data, TRUE)));
         // Update the entry that was originally entered for this file,
         // and set the last tested timestamp to the current time.
         db_query("UPDATE {pift_data} SET display_data = '%s', status = %d, timestamp = %d WHERE ftid = %d", $file['display_data'], $file['status'], $time, $file['ftid']);
