Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jun 23, 2014
1 parent 9be2bd7 commit 7ff0530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void backtrace_print(fr_cbuff_t *cbuff, void *obj)
if ((p->obj == obj) || !obj) {
found = true;

fprintf(stderr, "Stacktrace for: %p\n", p->obj, p);
fprintf(stderr, "Stacktrace for: %p\n", p->obj);
backtrace_symbols_fd(p->frames, p->count, STDERR_FILENO);
}
};
Expand Down

0 comments on commit 7ff0530

Please sign in to comment.