diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-02-20 05:35:00 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-02-20 05:35:00 +0000 |
| commit | c798d98e75c7410f31a7760ec734221ff920b84d (patch) | |
| tree | c83b89b51da23f8daa534e4da03624988c6c1273 /sbin/devmatch | |
| parent | bb4b11cf982008f6005eceb3e3bf7a8372159c28 (diff) | |
Notes
Diffstat (limited to 'sbin/devmatch')
| -rw-r--r-- | sbin/devmatch/devmatch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/devmatch/devmatch.c b/sbin/devmatch/devmatch.c index 1f80f0f42d1f..9c03179f7f46 100644 --- a/sbin/devmatch/devmatch.c +++ b/sbin/devmatch/devmatch.c @@ -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; |
