Author: mcantelon
Date: Thu Jan 12 17:01:12 2012
New Revision: 10665

Log:
Added UNIQUE_ID specification to error about not being able to find parent.

Modified:
   trunk/lib/task/csvImportTask.class.php

Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php      Thu Jan 12 16:51:56 2012        
(r10664)
+++ trunk/lib/task/csvImportTask.class.php      Thu Jan 12 17:01:12 2012        
(r10665)
@@ -268,7 +268,9 @@
           {
             $parentId = $mapEntry->target_id;
           } else {
-            $error = 'Could not find parent '
+            $error = 'For UNIQUE_ID '
+              . $self->rowStatusVars['UNIQUE_ID']
+              .' Could not find PARENT_ID '
               . $self->rowStatusVars['PARENT_ID']
               .' in key_map table';
             $self->printAndLogError($error);

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to