Skip to content

Commit

Permalink
use loga instead of log_stderr in nc_stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
Manju Rajashekhar committed Feb 29, 2012
1 parent 3ca2e51 commit a3e12d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nc_util.c
Expand Up @@ -288,7 +288,7 @@ nc_stacktrace(int skip_count)
skip_count++; /* skip the current frame also */

for (i = skip_count, j = 0; i < size; i++, j++) {
log_stderr("[%d] %s", j, symbols[i]);
loga("[%d] %s", j, symbols[i]);
}

free(symbols);
Expand Down

0 comments on commit a3e12d9

Please sign in to comment.