mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-21 14:42:20 +08:00
Change names of *dbg() * *err()
This commit is contained in:
@@ -363,7 +363,7 @@ static pthread_addr_t nsh_child(pthread_addr_t arg)
|
||||
struct cmdarg_s *carg = (struct cmdarg_s *)arg;
|
||||
int ret;
|
||||
|
||||
dbg("BG %s\n", carg->argv[0]);
|
||||
info("BG %s\n", carg->argv[0]);
|
||||
|
||||
/* Execute the specified command on the child thread */
|
||||
|
||||
@@ -371,7 +371,7 @@ static pthread_addr_t nsh_child(pthread_addr_t arg)
|
||||
|
||||
/* Released the cloned arguments */
|
||||
|
||||
dbg("BG %s complete\n", carg->argv[0]);
|
||||
info("BG %s complete\n", carg->argv[0]);
|
||||
nsh_releaseargs(carg);
|
||||
return (pthread_addr_t)((uintptr_t)ret);
|
||||
}
|
||||
|
Reference in New Issue
Block a user