diff options
Diffstat (limited to 'ext2fs/pager.c')
-rw-r--r-- | ext2fs/pager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/pager.c b/ext2fs/pager.c index 6a926827..fd93dcb8 100644 --- a/ext2fs/pager.c +++ b/ext2fs/pager.c @@ -640,7 +640,7 @@ pager_unlock_page (struct user_pager_info *pager, vm_offset_t page) pthread_rwlock_unlock (&dn->alloc_lock); if (err == ENOSPC) - ext2_warning ("This filesystem is out of space, and will now crash. Bye!"); + ext2_warning ("This filesystem is out of space."); else if (err) ext2_warning ("inode=%Ld, page=0x%lx: %s", node->cache_id, page, strerror (err)); |