From 131813bf408562a601e70af9a1aab69f02eabe62 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Fri, 26 Jun 2009 07:44:50 +0000 Subject: [PATCH] Minor: vendor/product with 8 hex digits. --- master/master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/master.c b/master/master.c index 1c4b0b8c..ad26bc8d 100644 --- a/master/master.c +++ b/master/master.c @@ -1673,7 +1673,7 @@ ec_slave_config_t *ecrt_master_slave_config_err(ec_master_t *master, 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) { -- GitLab