]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
bliss: Log type if unsupported
authorTobias Brunner <tobias@strongswan.org>
Mon, 15 Dec 2014 17:54:59 +0000 (18:54 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 23 Dec 2014 14:40:01 +0000 (15:40 +0100)
src/libstrongswan/plugins/bliss/bliss_huffman.c

index a26c89434aab917ed1ef3c0fb2e2955135fb7116..5b7a7e0c887f6f4fd18cece7ffc2811569385fc2 100644 (file)
@@ -236,7 +236,7 @@ int main(int argc, char *argv[])
        set = bliss_param_set_get_by_id(bliss_type);
        if (!set)
        {
-               fprintf(stderr, "bliss type %d unsupported\n");
+               fprintf(stderr, "bliss type %d unsupported\n", bliss_type);
                exit(1);
        }
        write_header();