mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 00:57:47 +00:00
[posix] fix one wrong log level (#6432)
This commit is contained in:
@@ -205,7 +205,7 @@ void platformDaemonDisable(void)
|
||||
|
||||
if (gPlatResetReason != OT_PLAT_RESET_REASON_SOFTWARE)
|
||||
{
|
||||
otLogCritPlat("Removing daemon socket: %s", OPENTHREAD_POSIX_DAEMON_SOCKET_NAME);
|
||||
otLogDebgPlat("Removing daemon socket: %s", OPENTHREAD_POSIX_DAEMON_SOCKET_NAME);
|
||||
(void)unlink(OPENTHREAD_POSIX_DAEMON_SOCKET_NAME);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user