diff options
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 204d8e5fa7f..aa0ebb77690 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -3800,7 +3800,7 @@ xlog_recover_finish( | |||
3800 | log->l_flags &= ~XLOG_RECOVERY_NEEDED; | 3800 | log->l_flags &= ~XLOG_RECOVERY_NEEDED; |
3801 | } else { | 3801 | } else { |
3802 | cmn_err(CE_DEBUG, | 3802 | cmn_err(CE_DEBUG, |
3803 | "!Ending clean XFS mount for filesystem: %s\n", | 3803 | "Ending clean XFS mount for filesystem: %s\n", |
3804 | log->l_mp->m_fsname); | 3804 | log->l_mp->m_fsname); |
3805 | } | 3805 | } |
3806 | return 0; | 3806 | return 0; |