]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
replace grub_printf with grub_dprintf
authorBVK Chaitanya <bvk.groups@gmail.com>
Sat, 23 Jan 2010 03:48:13 +0000 (09:18 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Sat, 23 Jan 2010 03:48:13 +0000 (09:18 +0530)
script/lexer.c

index 834ca1e918a670e30e566322c396787ca265ec26..17c38a353bf9998b14a48233ab8b6485e27f544e 100644 (file)
@@ -323,7 +323,7 @@ grub_script_yylex (union YYSTYPE *value,
          str = yyget_text (lexerstate->yyscanner);
          type = GRUB_SCRIPT_ARG_TYPE_TEXT;
        }
-      /* grub_printf ("tok %u, txt [%s] size %u\n", token, str, lexerstate->size); */
+      grub_dprintf("lexer", "token %u text [%s]\n", token, str);
 
       value->arg = grub_script_arg_add (parserstate, value->arg, type, str);
     }