Lloyd Dupont schrieb: > I'm not using any GNUstep related framework (apart from GNUstep itself). > (the Other libraries, FYI, are .NET 2.0, DotNetBar, win32, and my code). > So this NSLog is somewhere in GNUstep. > I would guess it happens when I call "[NSApplication sharedAplicaton]" > But I'm not too sure about that, never tried to identify the culprit...
Hello Lloyd, It would interesting to find out since from my core directory: ayers$ find . -name "*.[hm]"|xargs grep "Starting " ./base/Source/NSKeyedUnarchiver.m: _cursor = 0; // Starting object decode ./base/Testing/nsconnection_client.m: [prx print: "This is a message from the client. Starting Tests!"]; ayers$ Cheers, David _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
