Added prefix to Match Message also

This commit is contained in:
David Sidrane 2015-01-21 10:19:24 -10:00
parent e037b7ae9b
commit 2a00948c7a
1 changed files with 1 additions and 1 deletions

View File

@ -2859,7 +2859,7 @@ checkcrc(int argc, char *argv[])
printf("[PX4IO::checkcrc] check CRC failed - %d\n", ret);
exit(1);
}
printf("CRCs match\n");
printf("[PX4IO::checkcrc] CRCs match\n");
exit(0);
}