package p2p import ( "testing" "github.com/ethereum/go-ethereum/logger" ) type testLogger struct{ t *testing.T } func testlog(t *testing.T) testLogger { logger.Reset() l := testLogger{t} logger.AddLogSystem(l) return l } func (testLogger) GetLogLevel() logger.LogLevel { return logger.DebugLevel } func (testLogger) SetLogLevel(logger.LogLevel) {} func (l testLogger) LogPrint(level logger.LogLevel, msg string) { l.t.Logf("%s", msg) } func (testLogger) detach() { logger.Flush() logger.Reset() } .com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-IP-Country
Commit message (Expand)AuthorAgeFilesLines
* - Update to 2.28 [1]culot2013-05-273-12/+8
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* - Update to 2.27wen2009-09-303-13/+4
* - Update to 2.26miwi2009-02-153-5/+13
* Update to 2.25wxs2008-11-172-4/+4
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* - Add even more ports to the new "geography" categorylaszlof2007-07-231-1/+1