Output vendor Id in hex. stable-1.4
authorFlorian Pose <fp@igh-essen.com>
Mon, 29 Dec 2008 15:24:37 +0000
branchstable-1.4
changeset 1688 12046addaec5
parent 1687 5c40af734120
child 1689 3cf22779c0cb
Output vendor Id in hex.
master/master.c
--- a/master/master.c	Mon Dec 29 15:22:00 2008 +0000
+++ b/master/master.c	Mon Dec 29 15:24:37 2008 +0000
@@ -1421,7 +1421,7 @@
 
     if (master->debug_level)
         EC_DBG("ecrt_master_slave_config(master = 0x%x, alias = %u, "
-                "position = %u, vendor_id = %u, product_code = %u)\n",
+                "position = %u, vendor_id = 0x%x, product_code = 0x%x)\n",
                 (u32) master, alias, position, vendor_id, product_code);
 
     list_for_each_entry(sc, &master->configs, list) {