projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup / adding effects
[wxWidgets.git]
/
src
/
unix
/
stackwalk.cpp
diff --git
a/src/unix/stackwalk.cpp
b/src/unix/stackwalk.cpp
index 34c812366de12bdd8559a3a6e0e799485ce41b0b..62669bcf2d36235c1c0db6fd777c3e5d190e088e 100644
(file)
--- a/
src/unix/stackwalk.cpp
+++ b/
src/unix/stackwalk.cpp
@@
-254,7
+254,8
@@
int wxStackWalker::InitFrames(wxStackFrame *arr, size_t n, void **addresses, cha
}
else
{
- wxLogDebug(_T("cannot read addr2line output for %d-th stack frame!"), i);
+ wxLogDebug(_T("cannot read addr2line output for stack frame #%lu"),
+ (unsigned long)i);
return false;
}