Skip to content
Snippets Groups Projects
Commit f12b9d07 authored by px4dev's avatar px4dev
Browse files

Fix an error message

parent 4f20d9a2
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ PX4IO_Uploader::verify()
ret = recv(c);
if (ret != OK) {
log("%d: got %d waiting for bytes", ret);
log("%d: got %d waiting for bytes", base + i, ret);
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