diff PresetAlertViewController.mm @ 22:8c0783739337

Logs uploading. Questionnaire also.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Thu, 24 Jan 2013 18:14:40 +0000
parents 650589cac373
children fabb3a5cdfc9
line wrap: on
line diff
--- a/PresetAlertViewController.mm	Fri Jan 18 15:48:33 2013 +0000
+++ b/PresetAlertViewController.mm	Thu Jan 24 18:14:40 2013 +0000
@@ -6,7 +6,6 @@
 //
 //
 #include "presetManager.h"
-
 #import "PresetAlertViewController.h"
 
 
@@ -29,7 +28,7 @@
 
 - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{
     
-    NSLog(@"Preset save ");
+    NSLog(@"Preset save %@", [[alertView textFieldAtIndex:0] text]);
     if(buttonIndex == 0){
         // cancel
         NSLog(@"preset save was cancelled");