syslog change to uinfo on xidatong

This commit is contained in:
wgzAIIT 2022-06-22 15:35:03 +08:00
parent fc60ae4dbd
commit cac43f78bf
1 changed files with 1 additions and 2 deletions

View File

@ -106,8 +106,7 @@ static int ehci_waiter(int argc, char *argv[])
/* Wait for the device to change state */
DEBUGVERIFY(CONN_WAIT(g_ehciconn, &hport));
syslog(LOG_INFO, "ehci_waiter: %s\n",
hport->connected ? "connected" : "disconnected");
uinfo("ehci_waiter: %s\n", hport->connected ? "connected" : "disconnected");
/* Did we just become connected? */