>+ DLB2_LOG_INFO("Ignoring unsupported parameters when >creating device '%s'", name);
Hi Stephen can you modify above like this: DLB2_LOG_INFO(": Ignoring unsupported parameters when creating device '%s'\n", name); It looks better this way the output will be like this after this modification: dlb2_parse_params: Ignoring unsupported parameters when creating device 'ea:00.0'