Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing: fix return value to registering events
The registering of events had the return value check backwards. A zero returned is success, the check had it as a failure. This patch also fixes a missing "\n" in the warning that the check failed. Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Steven Rostedt <srostedt@redhat.com>
- Loading branch information