r5799 - trunk/gta02-core/bom

werner at docs.openmoko.org werner at docs.openmoko.org
Tue Jan 26 23:11:00 CET 2010


Author: werner
Date: 2010-01-26 23:11:00 +0100 (Tue, 26 Jan 2010)
New Revision: 5799

Modified:
   trunk/gta02-core/bom/bom2part
Log:
- bom/bom2part: better diagnostics for unmatched parts



Modified: trunk/gta02-core/bom/bom2part
===================================================================
--- trunk/gta02-core/bom/bom2part	2010-01-26 21:56:39 UTC (rev 5798)
+++ trunk/gta02-core/bom/bom2part	2010-01-26 22:11:00 UTC (rev 5799)
@@ -39,7 +39,7 @@
 	next;
     }
 
-    print STDERR "unmatched: $_\n";
+    print STDERR "unmatched: $_ (", join(", ", @f), ")\n";
     $bad++;
 #    print join("#", ($ref, @f)), " -> $id{$f[0]}\n";
 }




More information about the commitlog mailing list