PERFORCE change 168613 for review

Stanislav Sedov stas at FreeBSD.org
Thu Sep 17 14:03:37 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168613

Change 168613 by stas at stas_deglitch on 2009/09/17 14:03:23

	- Remove freebsd-specific debug printf (not needed anymore).

Affected files ...

.. //depot/projects/valgrind/coregrind/m_aspacemgr/aspacemgr-common.c#9 edit

Differences ...

==== //depot/projects/valgrind/coregrind/m_aspacemgr/aspacemgr-common.c#9 (text+ko) ====

@@ -378,7 +378,6 @@
    if (bp >= eb || *kf->kf_path == '\0')
       return False;
    VG_(strncpy)( buf, kf->kf_path, nbuf );
-   VG_(debugLog)(0, "aspacem", "Valgrind: found %s for %d\n", kf->kf_path, fd);
    return True;
 #elif defined(VGO_aix5)
    I_die_here; /* maybe just return False? */


More information about the p4-projects mailing list