Rename err() to _err()

This commit is contained in:
Gregory Nutt
2016-06-16 11:44:22 -06:00
parent a63d306549
commit cc03ecefc8
12 changed files with 75 additions and 74 deletions

View File

@@ -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;