mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
Rename err() to _err()
This commit is contained in:
@@ -205,7 +205,7 @@ int nsh_telnetstart(void)
|
||||
ret = telnetd_start(&config);
|
||||
if (ret < 0)
|
||||
{
|
||||
err("ERROR: Failed to tart the Telnet daemon: %d\n", ret);
|
||||
_err("ERROR: Failed to tart the Telnet daemon: %d\n", ret);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user