Update src/systemcmds/tests/test_dataman.c

Co-authored-by: Beat Küng <beat-kueng@gmx.net>
This commit is contained in:
Julian Oes 2020-12-11 09:02:57 +13:00 committed by Beat Küng
parent 5cb1bb7731
commit 9b065b4975

View File

@ -68,7 +68,7 @@ task_main(int argc, char *argv[])
{
char buffer[DM_MAX_DATA_SIZE];
PX4_INFO("Starting dataman test task %s", argv[1]);
PX4_INFO("Starting dataman test task %s", argv[2]);
/* try to read an invalid item */
int my_id = atoi(argv[2]);