Trivial improvement of debug output
This commit is contained in:
parent
af6919cd76
commit
4de9bc7b6c
1 changed files with 2 additions and 1 deletions
|
@ -219,7 +219,8 @@ static struct usbhost_registry_s g_hub =
|
|||
|
||||
static void usbhost_hport_deactivate(FAR struct usbhost_hubport_s *hport)
|
||||
{
|
||||
uvdbg("Deactivating: %d\n", hport->port);
|
||||
uvdbg("Deactivating: %s port %d\n",
|
||||
ROOTHUB(hport) ? "Root" : "Hub", hport->port);
|
||||
|
||||
/* Don't free the control pipe of root hub ports! */
|
||||
|
||||
|
|
Loading…
Reference in a new issue