project_files/HedgewarsMobile/Classes/MainMenuViewController.m
changeset 3660 bc125bea5849
parent 3621 a8ddf681ba7d
child 3662 a44406f4369b
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Tue Jul 20 03:14:43 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Tue Jul 20 05:37:58 2010 +0200
@@ -54,7 +54,7 @@
 // if it is it blocks user interaction with an alertView until files are created
 -(void) checkFirstRun {
     NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
-    NSLog(@"First time run, creating settings files at %@", SETTINGS_FILE());
+    DLog(@"First time run, creating settings files at %@", SETTINGS_FILE());
     
     // show a popup with an indicator to make the user wait
     UIAlertView *alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Please wait",@"")