From 8315701538a71c6d3265ffc7a05ac3bf8e740a68 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Thu, 7 Dec 2017 06:37:40 +0100 Subject: [PATCH] whisper: quell PR #15578 warnings --- whisper/whisperv6/filter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/whisperv6/filter_test.go b/whisper/whisperv6/filter_test.go index a63a1c5650..dd0de0f6ec 100644 --- a/whisper/whisperv6/filter_test.go +++ b/whisper/whisperv6/filter_test.go @@ -238,7 +238,7 @@ func TestInstallFilterWithSymAndAsymKeys(t *testing.T) { asymKey, err := crypto.GenerateKey() if err != nil { - t.Fatalf("Unable to create asymetric keys: %d", err) + t.Fatalf("Unable to create asymetric keys: %v", err) } // Copy the first filter since some of its fields