diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-03 07:59:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-03 07:59:42 +0000 |
commit | 6edef3c9ab1c6d9154f052164e420a5f601caa6f (patch) | |
tree | f313a7db2aa7299a15b5d51c897ccead584fa561 /sys/dev/pci | |
parent | 7ff407e1e3b982c7a5ee026d48d5b45437673e2c (diff) |
prettier printf messages
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_ep_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ep_pci.c b/sys/dev/pci/if_ep_pci.c index 5deec157195..9c81c92408d 100644 --- a/sys/dev/pci/if_ep_pci.c +++ b/sys/dev/pci/if_ep_pci.c @@ -156,7 +156,7 @@ ep_pci_attach(parent, self, aux) model = "unknown model!"; } - printf(": %s\n", model); + printf(": <%s> ", model); epconfig(sc, conn); |