On 01/21/10 17:44, Markus Armbruster wrote:
Markus Armbruster<arm...@redhat.com> writes:- fprintf(stderr, "property \"%s.%s\" not found\n", - dev->info->name, name);
+ fprintf(stderr, "%s.%s\n", dev->info->name, props->name); + props++;
One question, though: why print DRIVER.PROPNAME instead of just PROPNAME? You could still put DRIVER into the heading, say "Properties of DRIVER:".
Probably for consistency with the error messages. cheers, Gerd