Skip to content
Snippets Groups Projects
Commit 9f173d74 authored by Adam Wujek's avatar Adam Wujek
Browse files

[FEATURE: #335] userspace/tools/load-urv: print correct symbol if not found


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent cc92e35d
Branches
Tags
No related merge requests found
......@@ -319,7 +319,7 @@ static int varaction_urv(char *fname, char *action)
if (feof(f)) {
fprintf(stderr, "%s: no symbol \"%s\" in \"%s\"\n",
prgname, sname, fname);
prgname, vname, fname);
pclose(f);
return -1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment