Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 06:19:57 GMT
From:      David Forsythe <dforsyth@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 164933 for review
Message-ID:  <200906230619.n5N6Jvh5046805@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164933

Change 164933 by dforsyth@squirrel on 2009/06/23 06:19:54

	Remove stray print.

Affected files ...

.. //depot/projects/soc2009/dforsyth_libpkg/libpkg/pkg_plist.c#19 edit

Differences ...

==== //depot/projects/soc2009/dforsyth_libpkg/libpkg/pkg_plist.c#19 (text+ko) ====

@@ -283,7 +283,6 @@
 			pc = pkg_cfl_new();
 			pkg_cfl_set_name(pc, argument);
 			pkg_plist_pkg_cfl_list_append(pl, pc);
-			printf("appended %s\n", argument);
 			st->last_elem = PLIST_CONFLICTS;
 		}
 #if 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906230619.n5N6Jvh5046805>