From a340851ea05836c06b783bc0b1fc2dd98b7c99c4 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Tue, 5 Dec 2017 12:43:38 +0100 Subject: [PATCH] whisper: aesnonce: fix call to fatalf --- 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 ff6c302c10..a63a1c5650 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", err) + t.Fatalf("Unable to create asymetric keys: %d", err) } // Copy the first filter since some of its fields