Browse Source

Fixing delete debug see BT#4882

Julio Montoya 12 years ago
parent
commit
84461122e0
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

@@ -1379,7 +1379,7 @@ class MigrationCustom {
                  );
             } else  {
                  return array(
-                        'message' => "Extra field option was NOT deleted  - no field options ids where found for variable: $extra_field_variable",
+                        'message' => "Extra field option was NOT deleted  - no field options ids where found for variable: $extra_field_variable for sede:'".$original_data['item_id']."'",
                         'status_id' => self::TRANSACTION_STATUS_FAILED
                  );
             }