Index: gap-4r10p0/lib/package.gi
===================================================================
--- gap-4r10p0.orig/lib/package.gi
+++ gap-4r10p0/lib/package.gi
@@ -1465,7 +1465,7 @@ InstallGlobalFunction( LoadPackage, func
     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;
