SOURCES (AC-branch): poldek-kill-extra-debug.patch (NEW) - kill debug message

megabajt megabajt at pld-linux.org
Wed Jun 4 14:41:51 CEST 2008


Author: megabajt                     Date: Wed Jun  4 12:41:51 2008 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- kill debug message

---- Files affected:
SOURCES:
   poldek-kill-extra-debug.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/poldek-kill-extra-debug.patch
diff -u /dev/null SOURCES/poldek-kill-extra-debug.patch:1.1.2.1
--- /dev/null	Wed Jun  4 14:41:51 2008
+++ SOURCES/poldek-kill-extra-debug.patch	Wed Jun  4 14:41:46 2008
@@ -0,0 +1,13 @@
+--- a/pkgdir/pkg_store.c	2007-06-22 00:28:35.000000000 +0200
++++ b/pkgdir/pkg_store.c	2008-06-04 14:34:10.000000000 +0200
+@@ -91,7 +91,9 @@
+ 
+ int pkg_store_skiptag(int tag, int tag_binsize, tn_stream *st)
+ {
+-    printf("skiptag %c %c\n", tag, tag_binsize ? tag_binsize:'-');
++    DBGF("skiptag %c %c\n", tag, tag_binsize ? tag_binsize:'-');
++    tag = tag;
++    
+     switch (tag_binsize) {
+         case PKG_STORETAG_SIZENIL:
+             return 1;
================================================================


More information about the pld-cvs-commit mailing list