[d-i-commits] r32185 - in trunk/packages/anna: . debian

Joey Hess joeyh at costa.debian.org
Wed Nov 16 20:54:09 UTC 2005


Author: joeyh
Date: 2005-11-16 20:54:08 +0000 (Wed, 16 Nov 2005)
New Revision: 32185

Modified:
   trunk/packages/anna/anna.c
   trunk/packages/anna/debian/changelog
Log:
* Remove a fairly useless debug line that spammed the syslog too much.

Modified: trunk/packages/anna/anna.c
===================================================================
--- trunk/packages/anna/anna.c	2005-11-16 20:52:24 UTC (rev 32184)
+++ trunk/packages/anna/anna.c	2005-11-16 20:54:08 UTC (rev 32185)
@@ -114,8 +114,6 @@
 		if (!di_system_package_check_subarchitecture(package, subarchitecture))
 			continue;
 
-		di_log (DI_LOG_LEVEL_DEBUG, "lowmem: %d, debconf status: %s", lowmem, debconf->value);
-	
 		if (((di_system_package *)package)->kernel_version) {
 			if (running_kernel && strcmp(running_kernel, ((di_system_package *)package)->kernel_version) == 0) {
 				package->status_want = di_package_status_want_unknown;

Modified: trunk/packages/anna/debian/changelog
===================================================================
--- trunk/packages/anna/debian/changelog	2005-11-16 20:52:24 UTC (rev 32184)
+++ trunk/packages/anna/debian/changelog	2005-11-16 20:54:08 UTC (rev 32185)
@@ -1,3 +1,9 @@
+anna (1.18) UNRELEASED; urgency=low
+
+  * Remove a fairly useless debug line that spammed the syslog too much.
+
+ -- Joey Hess <joeyh at debian.org>  Wed, 16 Nov 2005 15:53:17 -0500
+
 anna (1.17) unstable; urgency=low
 
   * Fix logic error in get_lomem_level. Closes: #337522.




More information about the d-i-commits mailing list