Skip to content
Snippets Groups Projects
Commit 5f3332e4 authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

ver: less verbose on startup

parent 0acf0b3c
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ int ver_main(int argc, char *argv[])
ret = strncmp(HW_ARCH, argv[2], strlen(HW_ARCH));
if (ret == 0) {
printf("ver hwcmp match: %s\n", HW_ARCH);
PX4_INFO("match: %s", HW_ARCH);
}
return ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment