um, remove the WTF, my bad.

This commit is contained in:
Steve Checkoway
2003-09-17 22:47:52 +00:00
parent 5be2e48260
commit f5674096df
@@ -258,7 +258,7 @@ void BacktraceNames::FromAddr( void *p )
switch (status)
{
case 0:
fprintf(stderr, "WTF? It returned success...\n");
fprintf(stderr, "Something went wrong, it returned success, but failed.\n");
break;
case -1:
fprintf(stderr, "Memory allocation failure.\n");