Strange Console messages
Strange Console messages
- Subject: Strange Console messages
- From: Steve Gehrman <email@hidden>
- Date: Fri, 10 May 2002 06:01:52 -0700
I have an application and a contextual menu plugin that both use the
same objects. When I control-click to bring up my contextual menu, I
get these errors in the console....
May 10 05:57:26 localhost /Applications/SNAX.app/Contents/MacOS/SNAX:
objc: Both /Applications/SNAX.app/Contents/MacOS/SNAX and
/Users/sgehrman/Library/Contextual Menu
Items/SNAXCMPlugIn.plugin/Contents/MacOS/SNAXCMPlugIn have
implementations of class CTProcess.
May 10 05:57:26 localhost /Applications/SNAX.app/Contents/MacOS/SNAX:
objc: Using implementation from /Users/sgehrman/Library/Contextual Menu
Items/SNAXCMPlugIn.plugin/Contents/MacOS/SNAXCMPlugIn.
May 10 05:57:26 localhost /Applications/SNAX.app/Contents/MacOS/SNAX:
objc: Both /Applications/SNAX.app/Contents/MacOS/SNAX and
/Users/sgehrman/Library/Contextual Menu
Items/SNAXCMPlugIn.plugin/Contents/MacOS/SNAXCMPlugIn have
implementations of class CTProcessManager.
May 10 05:57:26 localhost /Applications/SNAX.app/Contents/MacOS/SNAX:
objc: Using implementation from /Users/sgehrman/Library/Contextual Menu
Items/SNAXCMPlugIn.plugin/Contents/MacOS/SNAXCMPlugIn.
How can I prevent these errors?
Thanks,
-steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.