forked from xuos/xiuos
syslog change to uinfo on xidatong
This commit is contained in:
parent
fc60ae4dbd
commit
cac43f78bf
|
@ -106,8 +106,7 @@ static int ehci_waiter(int argc, char *argv[])
|
||||||
/* Wait for the device to change state */
|
/* Wait for the device to change state */
|
||||||
|
|
||||||
DEBUGVERIFY(CONN_WAIT(g_ehciconn, &hport));
|
DEBUGVERIFY(CONN_WAIT(g_ehciconn, &hport));
|
||||||
syslog(LOG_INFO, "ehci_waiter: %s\n",
|
uinfo("ehci_waiter: %s\n", hport->connected ? "connected" : "disconnected");
|
||||||
hport->connected ? "connected" : "disconnected");
|
|
||||||
|
|
||||||
/* Did we just become connected? */
|
/* Did we just become connected? */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue