commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 13/21: ext2fs: downgrade warnings about old translator records to


From: Samuel Thibault
Subject: [hurd] 13/21: ext2fs: downgrade warnings about old translator records to debug messages
Date: Sat, 04 Mar 2017 21:10:58 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 05c364c6588fb8e61cf075863919a40250172ba0
Author: Richard Braun <address@hidden>
Date:   Sun Jan 8 23:01:11 2017 +0100

    ext2fs: downgrade warnings about old translator records to debug messages
    
    ext2fs/inode.c (diskfs_set_translator): Replace call to ext2_warning
    with ext2_debug.
    (diskfs_get_translator): Likewise.
---
 ext2fs/inode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext2fs/inode.c b/ext2fs/inode.c
index fe163ae..17dded6 100644
--- a/ext2fs/inode.c
+++ b/ext2fs/inode.c
@@ -574,7 +574,7 @@ diskfs_set_translator (struct node *np, const char *name, 
unsigned namelen,
       /* If a legacy translator record found, clear it */
       if (blkno)
        {
-         ext2_warning ("Old translator record found, clear it");
+         ext2_debug ("Old translator record found, clear it");
 
          /* Clear block for translator going away. */
          di->i_translator = 0;
@@ -717,7 +717,7 @@ diskfs_get_translator (struct node *np, char **namep, 
unsigned *namelen)
       /* If xattr is no supported by this filesystem, don't report a warning */
       if (EXT2_HAS_COMPAT_FEATURE (sblock, EXT2_FEATURE_COMPAT_EXT_ATTR)
          && use_xattr_translator_records)
-       ext2_warning ("This is an old translator record, please update it");
+       ext2_debug ("This is an old translator record, please update it");
 
       transloc = disk_cache_block_ref (blkno);
       datalen =

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]