mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
apps/nshlib: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
This commit is contained in:
@@ -205,7 +205,7 @@ int nsh_telnetstart(void)
|
||||
ret = telnetd_start(&config);
|
||||
if (ret < 0)
|
||||
{
|
||||
err("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