mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
More verbose output.
This commit is contained in:
parent
bb4b11cf98
commit
c798d98e75
1 changed files with 2 additions and 0 deletions
|
|
@ -427,6 +427,8 @@ search_hints(const char *bus, const char *dev, const char *pnpinfo)
|
|||
asprintf(&descr, "%s: %s", *dev ? dev : "unattached", lastmod);
|
||||
else
|
||||
asprintf(&descr, "%s", lastmod);
|
||||
if (verbose_flag)
|
||||
printf("Matches --- %s ---\n", lastmod);
|
||||
|
||||
if (descr != NULL && hit_index < DEVMATCH_MAX_HITS) {
|
||||
match_data[hit_index].descr = descr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue