Index: gap-4r8p4/lib/package.gi
===================================================================
--- gap-4r8p4.orig/lib/package.gi	2016-06-11 12:10:48.586507243 +0200
+++ gap-4r8p4/lib/package.gi	2016-06-11 12:59:50.664655676 +0200
@@ -1419,7 +1419,7 @@
     if not IsBound( GAPInfo.PackagesInfo.( name ) ) then
       LogPackageLoadingMessage( PACKAGE_DEBUG,
           "no package with this name is installed, return 'fail'", name );
-      if InfoLevel(InfoPackageLoading) < 4 then
+      if 1 < InfoLevel(InfoPackageLoading) and InfoLevel(InfoPackageLoading) < 4 then
         Info(InfoWarning,1, name, " package is not available. Check that the name is correct");
         Info(InfoWarning,1, "and it is present in one of the GAP root directories (see '??RootPaths')");
       fi;
