diff --git a/hooks/pg_dir_utils.py b/hooks/pg_dir_utils.py
index aaa0f03..a9ba277 100644
--- a/hooks/pg_dir_utils.py
+++ b/hooks/pg_dir_utils.py
@@ -102,7 +102,7 @@ def configure_pg_sources():
             sources.truncate()
         sources.close()
     except IOError:
-        raise IOError('Unable to access /etc/apt/sources.list')
+        log('Unable to update /etc/apt/sources.list')
 
 
 def determine_packages():