forked from Archive/PX4-Autopilot
Added prefix to Match Message also
This commit is contained in:
parent
e037b7ae9b
commit
2a00948c7a
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue