diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-02-17 06:57:12 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-02-17 06:57:12 +0000 |
commit | a164a319ebf08d00cb501adbc33d6a366bbdd726 (patch) | |
tree | c38d659154739789b1f671c8ef27c427124009fa /sbin/devmatch | |
parent | 48c1581df54798fa38829c933413884e5bcd08b3 (diff) | |
download | src-a164a319ebf08d00cb501adbc33d6a366bbdd726.tar.gz src-a164a319ebf08d00cb501adbc33d6a366bbdd726.zip |
Notes
Diffstat (limited to 'sbin/devmatch')
-rw-r--r-- | sbin/devmatch/devmatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devmatch/devmatch.c b/sbin/devmatch/devmatch.c index 9efeb9377ac7..ea284c6296e8 100644 --- a/sbin/devmatch/devmatch.c +++ b/sbin/devmatch/devmatch.c @@ -314,6 +314,7 @@ search_hints(const char *bus, const char *dev, const char *pnpinfo) notme++; break; default: + fprintf(stderr, "Unknown field type %c\n:", *cp); break; } bit++; |