poldek: poldek/fileindex.c, poldek/lib_init.c, poldek/pkg.c, polde...

mis mis at pld-linux.org
Wed Jun 20 10:33:45 CEST 2007


Author: mis                          Date: Wed Jun 20 08:33:45 2007 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- removed all DBGF_F()s

---- Files affected:
poldek/poldek:
   fileindex.c (1.30 -> 1.31) , lib_init.c (1.77 -> 1.78) , pkg.c (1.113 -> 1.114) , pkgcmp.c (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: poldek/poldek/fileindex.c
diff -u poldek/poldek/fileindex.c:1.30 poldek/poldek/fileindex.c:1.31
--- poldek/poldek/fileindex.c:1.30	Sun Jun 17 22:24:47 2007
+++ poldek/poldek/fileindex.c	Wed Jun 20 10:33:40 2007
@@ -168,7 +168,7 @@
         }
 #if ENABLE_TRACE        
         if ((n_hash_size(fi->dirs) % 10) == 0) {
-            DBGF_F("stats\n");
+            DBGF("stats\n");
             n_hash_stats(fi->dirs);
         }
 #endif

================================================================
Index: poldek/poldek/lib_init.c
diff -u poldek/poldek/lib_init.c:1.77 poldek/poldek/lib_init.c:1.78
--- poldek/poldek/lib_init.c:1.77	Sat Jun 16 17:20:04 2007
+++ poldek/poldek/lib_init.c	Wed Jun 20 10:33:40 2007
@@ -820,14 +820,14 @@
     int i;
 
     n_assert(default_op_map);
-    DBGF_F("ts %p, tsctx %p\n", ts, ctx->ts);
+    DBGF("ts %p, tsctx %p\n", ts, ctx->ts);
 
     for (i=0; i<n_array_size(default_op_map); i++) {
         struct default_op_map_ent *ent = n_array_nth(default_op_map, i);
 
-        DBGF_F("%% %s=%s (ctx=%s)\n", ent->name,
-               ts->getop(ts, ent->op) ? "y" : "n",
-               ctx->ts->getop(ctx->ts, ent->op) ? "y" : "n");
+        DBGF("%% %s=%s (ctx=%s)\n", ent->name,
+             ts->getop(ts, ent->op) ? "y" : "n",
+             ctx->ts->getop(ctx->ts, ent->op) ? "y" : "n");
     }
 }
 

================================================================
Index: poldek/poldek/pkg.c
diff -u poldek/poldek/pkg.c:1.113 poldek/poldek/pkg.c:1.114
--- poldek/poldek/pkg.c:1.113	Sun Jun 17 22:24:47 2007
+++ poldek/poldek/pkg.c	Wed Jun 20 10:33:40 2007
@@ -918,7 +918,7 @@
 {
     struct capreq *cnfl = NULL;
 
-    DBGF_F("%s %s%s", pkg_id(pkg), pkg_id(cpkg), isbastard ? " (bastard)" : "");
+    DBGF("%s %s%s", pkg_id(pkg), pkg_id(cpkg), isbastard ? " (bastard)" : "");
     if (n_array_bsearch_ex(pkg->cnfls, cpkg->name,
                            (tn_fn_cmp)capreq_cmp2name) == NULL) {
         cnfl = capreq_new(pkg->na, cpkg->name, cpkg->epoch, cpkg->ver,
@@ -1225,15 +1225,15 @@
         
     } else {
         char buf[1024];
-        //DBGF_F("pkgpath = %s\n", pkgpath);
+        //DBGF("pkgpath = %s\n", pkgpath);
         vf_url_as_dirpath(buf, sizeof(buf), pkgpath);
-        //DBGF_F("pkgpath_dir = %s\n", buf);
+        //DBGF("pkgpath_dir = %s\n", buf);
         
         n = n_snprintf(path, size, "%s%s%s/%s", cachedir ? cachedir : "",
                        cachedir ? "/" : "", buf, n_basenam(fn));
     }
 
-    //DBGF_F("%s\n", path);
+    DBGF("RET %s\n", path);
     if (size - n > 2)
         return path;
 

================================================================
Index: poldek/poldek/pkgcmp.c
diff -u poldek/poldek/pkgcmp.c:1.10 poldek/poldek/pkgcmp.c:1.11
--- poldek/poldek/pkgcmp.c:1.10	Tue Jun 19 16:15:42 2007
+++ poldek/poldek/pkgcmp.c	Wed Jun 20 10:33:40 2007
@@ -45,7 +45,7 @@
     if (rc == 0 && poldek_conf_MULTILIB) {
         rc = pkg_cmp_arch(pkg, candidate);
         //if (rc == 0)
-        //    DBGF_F("%s, %s => YES\n", pkg_id(candidate), pkg_id(pkg));
+        //    DBGF("%s, %s => YES\n", pkg_id(candidate), pkg_id(pkg));
     }
     
     return rc == 0;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/fileindex.c?r1=1.30&r2=1.31&f=u
    http://cvs.pld-linux.org/poldek/poldek/lib_init.c?r1=1.77&r2=1.78&f=u
    http://cvs.pld-linux.org/poldek/poldek/pkg.c?r1=1.113&r2=1.114&f=u
    http://cvs.pld-linux.org/poldek/poldek/pkgcmp.c?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list