Date: Thu, 17 Sep 2009 14:03:36 GMT From: Stanislav Sedov <stas@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 168613 for review Message-ID: <200909171403.n8HE3awf093757@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=168613 Change 168613 by stas@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? */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171403.n8HE3awf093757>