cosmetic fixes
authorArt Cancro <ajc@citadel.org>
Wed, 28 Jul 1999 04:05:11 +0000 (04:05 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 28 Jul 1999 04:05:11 +0000 (04:05 +0000)
citadel/dynloader.c

index 49e69488c110fa4db0eedda8424d2246b35a3718..f9d268ad89bb8fb1d23db165e4659c1ba5e6cfc4 100644 (file)
@@ -92,7 +92,6 @@ void DLoader_Init(char *pathname)
        while ((dptr = readdir(dir)) != NULL) {
                if (dptr->d_name[0] == '.')
                        continue;
-               lprintf(9, "Attempting to load %s\n", dptr->d_name);
 
                snprintf(pathbuf, PATH_MAX, "%s/%s", pathname, dptr->d_name);
 #ifdef RTLD_NOW