From c99416c1217a66be44cee2383fc31d229b0393c7 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 14 Oct 2013 14:34:54 -0500 Subject: [PATCH] Include db type in interface tests loading message. --- interface_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_test.go b/interface_test.go index 46318c5bf..088c1eec3 100644 --- a/interface_test.go +++ b/interface_test.go @@ -396,7 +396,7 @@ func testInterface(t *testing.T, dbType string) { // Create a test context to pass around. context := testContext{t: t, dbType: dbType, db: db} - t.Logf("Loaded %d blocks", len(blocks)) + t.Logf("Loaded %d blocks for testing %s", len(blocks), dbType) for height := int64(1); height < int64(len(blocks)); height++ { // Get the appropriate block and hash and update the test // context accordingly.