Browse Source

Improving debugging mesages see BT#4882

Julio Montoya 12 years ago
parent
commit
c9f727c507
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/migrate/migration.custom.class.php

+ 1 - 1
tests/migrate/migration.custom.class.php

@@ -1665,7 +1665,7 @@ class MigrationCustom {
         } else {            
             return array(
                 'error' => true,
-                'message' => "No data when calling $result_name",
+                'message' => "No data when calling $result_name with data: ".print_r($data, 1),
                 'status_id' => MigrationCustom::TRANSACTION_STATUS_FAILED,
             );
         }