mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
Change names of *dbg() * *err()
This commit is contained in:
@@ -183,7 +183,7 @@ static ssize_t nsh_consolewrite(FAR struct nsh_vtbl_s *vtbl,
|
||||
ret = fwrite(buffer, 1, nbytes, pstate->cn_outstream);
|
||||
if (ret < 0)
|
||||
{
|
||||
dbg("[%d] Failed to send buffer: %d\n", pstate->cn_outfd, errno);
|
||||
err("[%d] Failed to send buffer: %d\n", pstate->cn_outfd, errno);
|
||||
}
|
||||
return ret;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user