Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>
---
 lib/getopt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/getopt.c b/lib/getopt.c
index 64d6ac1..5c35ee1 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -47,7 +47,7 @@ int getopt(int argc, char *argv[], char *optstring)
        char *curoptp; /* pointer to the current option in optstring */
 
        while(1) {
-//             printf("optindex: %d nonopts: %d optind: %d\n", optindex, 
nonopts, optind);
+               debug("optindex: %d nonopts: %d optind: %d\n", optindex, 
nonopts, optind);
 
                /* first put nonopts to the end */
                while (optind + nonopts < argc && *argv[optind] != '-') {
-- 
1.7.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to