Fix BUS_DEBUG case

This commit is contained in:
Warner Losh 2004-08-30 05:48:49 +00:00
parent b9803f29dd
commit 2063e05140

View File

@ -3552,7 +3552,7 @@ print_device_short(device_t dev, int indent)
if (!dev)
return;
indentprintf(("device %d: <%s> %sparent,%schildren,%s%s%s%s,%sivars,%ssoftc,busy=%d\n",
indentprintf(("device %d: <%s> %sparent,%schildren,%s%s%s%s%s,%sivars,%ssoftc,busy=%d\n",
dev->unit, dev->desc,
(dev->parent? "":"no "),
(TAILQ_EMPTY(&dev->children)? "no ":""),