um, remove the WTF, my bad.
This commit is contained in:
@@ -258,7 +258,7 @@ void BacktraceNames::FromAddr( void *p )
|
|||||||
switch (status)
|
switch (status)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
fprintf(stderr, "WTF? It returned success...\n");
|
fprintf(stderr, "Something went wrong, it returned success, but failed.\n");
|
||||||
break;
|
break;
|
||||||
case -1:
|
case -1:
|
||||||
fprintf(stderr, "Memory allocation failure.\n");
|
fprintf(stderr, "Memory allocation failure.\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user