Removed debug line from ld-acess.so/loadlib
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / loadlib.c
index 25fcc1a..8583141 100644 (file)
@@ -172,8 +172,8 @@ Uint GetSymbol(char *name)
        {\r
                if(gLoadedLibraries[i].Base == 0)       break;\r
                
-               SysDebug(" GetSymbol: Trying 0x%x, '%s'\n",\r
-                       gLoadedLibraries[i].Base, gLoadedLibraries[i].Name);
+               //SysDebug(" GetSymbol: Trying 0x%x, '%s'\n",\r
+               //      gLoadedLibraries[i].Base, gLoadedLibraries[i].Name);
                if(GetSymbolFromBase(gLoadedLibraries[i].Base, name, &ret))     return ret;\r
        }\r
        SysDebug("GetSymbol: === Symbol '%s' not found ===\n", name);\r

UCC git Repository :: git.ucc.asn.au