diff --git a/plinth/modules/storage/__init__.py b/plinth/modules/storage/__init__.py index b6d199539..ac1c21fbc 100644 --- a/plinth/modules/storage/__init__.py +++ b/plinth/modules/storage/__init__.py @@ -290,9 +290,7 @@ def warn_about_low_disk_space(request): try: root_info = get_disk_info('/') - except PlinthError as exception: - logger.exception('Error getting information about root partition: %s', - exception) + except PlinthError: return show = False