GNOME Bugzilla – Bug 608048
Move logger setup to after the profile is loaded
Last modified: 2010-01-27 17:24:28 UTC
Debug logging for libmapi was failing because it was being called too early.
Created attachment 152244 [details] [review] Move logger setup to after the profile is loaded The calls to SetMAPIDumpData() and SetMAPIDebugLevel() will fail if called before the global mapi context is set up. These calls were being made too early, so they were failing. Moving them after MAPIInitialize() fixes the debug output.
Comment on attachment 152244 [details] [review] Move logger setup to after the profile is loaded Thanks. Green light.
thanks¸committed.