mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 00:46:17 +00:00
Fix error message for case of kernel prior to 2.6.30
The error message was falsely claiming that a debugfs directory didn't exist, when it was supposed to report that the ringbuffer file did not exist within that directory.
This commit is contained in:
parent
324428ca82
commit
3fda98b4db
@ -2100,7 +2100,7 @@ main (int argc, char *argv[])
|
||||
"dumping batchbuffer data?\n"
|
||||
"(In kernels prior to 2.6.30 this requires "
|
||||
"manually-applied patches.)\n",
|
||||
path, strerror (errno));
|
||||
filename, strerror (errno));
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user