[Pkg-mono-svn-commits] rev 3364 - beagle/trunk/debian/patches

Mirco Bauer meebey-guest at alioth.debian.org
Fri Sep 21 17:42:58 UTC 2007


Author: meebey-guest
Date: 2007-09-21 17:42:58 +0000 (Fri, 21 Sep 2007)
New Revision: 3364

Modified:
   beagle/trunk/debian/patches/enhanced_logging_support.dpatch
Log:
- fixed patch



Modified: beagle/trunk/debian/patches/enhanced_logging_support.dpatch
===================================================================
--- beagle/trunk/debian/patches/enhanced_logging_support.dpatch	2007-09-21 17:38:45 UTC (rev 3363)
+++ beagle/trunk/debian/patches/enhanced_logging_support.dpatch	2007-09-21 17:42:58 UTC (rev 3364)
@@ -6,8 +6,8 @@
 
 @DPATCH@
 diff -urNad beagle-0.2.18~/beagled/BeagleDaemon.cs beagle-0.2.18/beagled/BeagleDaemon.cs
---- beagle-0.2.18~/beagled/BeagleDaemon.cs	2007-09-21 19:02:43.000000000 +0200
-+++ beagle-0.2.18/beagled/BeagleDaemon.cs	2007-09-21 19:04:13.000000000 +0200
+--- beagle-0.2.18~/beagled/BeagleDaemon.cs	2007-05-08 19:57:42.000000000 +0200
++++ beagle-0.2.18/beagled/BeagleDaemon.cs	2007-09-21 19:42:17.000000000 +0200
 @@ -457,10 +457,7 @@
  
  			Log.Initialize (PathFinder.LogDir,
@@ -15,14 +15,14 @@
 -					// FIXME: We always turn on full debugging output!  We are still
 -					// debugging this code, after all...
 -					//arg_debug ? LogLevel.Debug : LogLevel.Warn,
--					LogLevel.Warn,
+-					LogLevel.Debug,
 +					arg_debug ? LogLevel.Debug : LogLevel.Warn,
  					arg_fg);
  
  			Log.Always ("Starting Beagle Daemon (version {0})", ExternalStringsHack.Version);
 diff -urNad beagle-0.2.18~/beagled/IndexHelper/IndexHelper.cs beagle-0.2.18/beagled/IndexHelper/IndexHelper.cs
---- beagle-0.2.18~/beagled/IndexHelper/IndexHelper.cs	2007-09-21 19:02:43.000000000 +0200
-+++ beagle-0.2.18/beagled/IndexHelper/IndexHelper.cs	2007-09-21 19:04:13.000000000 +0200
+--- beagle-0.2.18~/beagled/IndexHelper/IndexHelper.cs	2007-02-13 20:10:41.000000000 +0100
++++ beagle-0.2.18/beagled/IndexHelper/IndexHelper.cs	2007-09-21 19:42:29.000000000 +0200
 @@ -80,22 +80,18 @@
  
  			bool run_by_hand = (Environment.GetEnvironmentVariable ("BEAGLE_RUN_HELPER_BY_HAND") != null);
@@ -43,14 +43,14 @@
  			Log.Initialize (PathFinder.LogDir,
  					"IndexHelper",
 -					//debug ? LogLevel.Debug : LogLevel.Warn,
--					LogLevel.Warn,
+-					LogLevel.Debug,
 +					debug ? LogLevel.Debug : LogLevel.Warn,
  					run_by_hand || log_in_fg);
  
  			Log.Always ("Starting Index Helper process (version {0})", ExternalStringsHack.Version);
 diff -urNad beagle-0.2.18~/beagled/beagled.in beagle-0.2.18/beagled/beagled.in
---- beagle-0.2.18~/beagled/beagled.in	2007-09-21 19:04:12.000000000 +0200
-+++ beagle-0.2.18/beagled/beagled.in	2007-09-21 19:04:13.000000000 +0200
+--- beagle-0.2.18~/beagled/beagled.in	2007-09-21 19:42:17.000000000 +0200
++++ beagle-0.2.18/beagled/beagled.in	2007-09-21 19:42:17.000000000 +0200
 @@ -33,6 +33,7 @@
      --heap-shot ) heap_shot=1 ;;
      --mdb ) mdb=1 ;;




More information about the Pkg-mono-svn-commits mailing list