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:
Carl Worth 2009-05-08 16:04:24 -07:00
parent 324428ca82
commit 3fda98b4db

View File

@ -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);
}