From 89027e2ccad96114629583810c082c17528fe76b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 4 Jun 2005 08:40:55 +0000 Subject: [PATCH] hcidump: Fix typos in error messages --- tools/hcidump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/hcidump.c b/tools/hcidump.c index 7a25816d8..7d43b6aa9 100644 --- a/tools/hcidump.c +++ b/tools/hcidump.c @@ -342,12 +342,12 @@ static int open_file(char *file, int mode) ntohl(hdr.version), ntohl(hdr.type)); if (ntohl(hdr.version) != 1) { - fprintf(stderr, "Unsupported BTSnoop version %d\n"); + fprintf(stderr, "Unsupported BTSnoop version\n"); exit(1); } if (ntohl(hdr.type) != 1001) { - fprintf(stderr, "Unsupported BTSnoop datalink type %d\n"); + fprintf(stderr, "Unsupported BTSnoop datalink type\n"); exit(1); } } else { -- 2.47.3