From 771bbc1be8ebccc69f73b4333bc77f59450be64e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Dec 2014 07:19:20 -0600 Subject: [PATCH] Cosmetic change to debug output --- binfmt/binfmt_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binfmt/binfmt_exec.c b/binfmt/binfmt_exec.c index 110b155f4b..3f866fe99a 100644 --- a/binfmt/binfmt_exec.c +++ b/binfmt/binfmt_exec.c @@ -119,7 +119,7 @@ static inline int binfmt_copyargv(FAR struct binary_s *bin, FAR char * const *ar } } - bvdbg("args=%d argsize=%lu\n", i, (unsigned long)argsize); + bvdbg("args=%d argsize=%lu\n", nargs, (unsigned long)argsize); /* Allocate the argv array and an argument buffer */