Diff between d29b545130bc40dde458eaa8c20d117b2433ea70 and 89027e2ccad96114629583810c082c17528fe76b

Changed Files

File Additions Deletions Status
tools/hcidump.c +2 -2 modified

Full Patch

diff --git a/tools/hcidump.c b/tools/hcidump.c
index 7a25816..7d43b6a 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 {