beagle r4788 - trunk/beagle/beagled



Author: dbera
Date: Sun Jun 15 13:51:12 2008
New Revision: 4788
URL: http://svn.gnome.org/viewvc/beagle?rev=4788&view=rev

Log:
Last SafeProcess fix also removed the console output of IndexHelper. Fix it.


Modified:
   trunk/beagle/beagled/RemoteIndexer.cs

Modified: trunk/beagle/beagled/RemoteIndexer.cs
==============================================================================
--- trunk/beagle/beagled/RemoteIndexer.cs	(original)
+++ trunk/beagle/beagled/RemoteIndexer.cs	Sun Jun 15 13:51:12 2008
@@ -228,6 +228,8 @@
 					p.Arguments = new string [] { helper_path, "--disable-text-cache" };
 				else
 					p.Arguments = new string [] { helper_path };
+				p.RedirectStandardOutput = false;
+				p.RedirectStandardError = false;
 				p.Start ();
 
 				Logger.Log.Debug ("IndexHelper PID is {0}", p.Id);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]