# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1246002290 0
# Node ID 43adf48aa157945dcecf3f42c5af0199afe30597
# Parent  ce006a186ef32a001d27cb0b127a04ef5940b1da
Minor: vendor/product with 8 hex digits.

diff -r ce006a186ef3 -r 43adf48aa157 master/master.c
--- a/master/master.c	Wed Jun 24 20:32:28 2009 +0000
+++ b/master/master.c	Fri Jun 26 07:44:50 2009 +0000
@@ -1673,7 +1673,7 @@
 
     if (master->debug_level)
         EC_DBG("ecrt_master_slave_config(master = 0x%x, alias = %u, "
-                "position = %u, vendor_id = 0x%x, product_code = 0x%x)\n",
+                "position = %u, vendor_id = 0x%08x, product_code = 0x%08x)\n",
                 (u32) master, alias, position, vendor_id, product_code);
 
     list_for_each_entry(sc, &master->configs, list) {