Skip to content

Commit

Permalink
Cosmetic change to debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Dec 8, 2014
1 parent 1cfabb1 commit 771bbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binfmt/binfmt_exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 771bbc1

Please sign in to comment.