From f261cc72bd96ca65bc7b8f02c8cb1fce11561479 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Tue, 2 Jul 2013 22:41:33 -0400 Subject: Updated remaining references to mailcore::logEnabled. --- example/ios/iOS UI Test/iOS UI Test/main.mm | 2 +- tests/test-all.mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ios/iOS UI Test/iOS UI Test/main.mm b/example/ios/iOS UI Test/iOS UI Test/main.mm index 7793820a..0089973b 100644 --- a/example/ios/iOS UI Test/iOS UI Test/main.mm +++ b/example/ios/iOS UI Test/iOS UI Test/main.mm @@ -12,6 +12,6 @@ #import int main(int argc, char *argv[]) { - mailcore::logEnabled = true; + MCLogEnabled = true; return UIApplicationMain(argc, argv, nil, @"AppDelegate"); } diff --git a/tests/test-all.mm b/tests/test-all.mm index 2201d6d5..4155bbb2 100644 --- a/tests/test-all.mm +++ b/tests/test-all.mm @@ -351,7 +351,7 @@ void testAll() displayName = MCSTR("My Email"); mailcore::AutoreleasePool * pool = new mailcore::AutoreleasePool(); - mailcore::logEnabled = true; + MCLogEnabled = true; mailstream_debug = 1; //mailcore::Data * data = testMessageBuilder(); -- cgit v1.2.3