Remove stray println. Adjust the save pref job schedule.
authorryall
Sun, 19 Sep 2010 13:39:04 -0600
changeset 2057 0e5047589ea2
parent 2056 1d3b78a2f578
child 2058 e487e955384f
Remove stray println. Adjust the save pref job schedule.
debuggercdi/com.nokia.cdt.debug.common/src/com/nokia/cdt/debug/common/internal/executables/SymbianSourceFileRemapping.java
--- a/debuggercdi/com.nokia.cdt.debug.common/src/com/nokia/cdt/debug/common/internal/executables/SymbianSourceFileRemapping.java	Sat Sep 18 16:37:44 2010 -0700
+++ b/debuggercdi/com.nokia.cdt.debug.common/src/com/nokia/cdt/debug/common/internal/executables/SymbianSourceFileRemapping.java	Sun Sep 19 13:39:04 2010 -0600
@@ -48,7 +48,6 @@
 
 		@Override
 		protected IStatus run(IProgressMonitor monitor) {
-			System.out.println("save prefs");
 			CDebugCorePlugin.getDefault().savePluginPreferences();
 			return Status.OK_STATUS;
 		}};
@@ -90,7 +89,7 @@
 		// here it will be slow and redundant if we are being used to remap a large collection
 		// of source files. So we save the prefs later in a job.
 		saveThePrefsJob.cancel();
-		saveThePrefsJob.schedule(1000);
+		saveThePrefsJob.schedule(2000);
 	}
 
 	public String remapSourceFile(IPath executable, String filePath) {