]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/loader/linux.c: Use grub_dprintf for debug statements
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 7 May 2013 09:38:49 +0000 (11:38 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 7 May 2013 09:38:49 +0000 (11:38 +0200)
rather than printf.

ChangeLog
grub-core/loader/linux.c

index 04a2f000d8f09020b5a304bd55c885d792630eea..fc647b886e3ae5df92994236f3c531072df9a1b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-07  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/loader/linux.c: Use grub_dprintf for debug statements
+       rather than printf.
+
 2013-05-07  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/video/readers/jpeg.c: Use grub_dprintf for debug statements
index cbe3c5363811e0dab538f6dbbbb8adf27bd2d71a..af067a5a4a64e542e95aeced7e1993c0083c634b 100644 (file)
@@ -126,7 +126,7 @@ insert_dir (const char *name, struct dir **root,
          n->name = grub_strndup (cb, ce - cb);
          if (ptr)
            {
-             grub_printf ("Creating directory %s, %s\n", name, ce);
+             grub_dprintf ("linux", "Creating directory %s, %s\n", name, ce);
              ptr = make_header (ptr, name, ce - name,
                                 040777, 0);
            }