diff --git a/capture/src/capture.cpp b/capture/src/capture.cpp index e210dfa3..ff833f73 100644 --- a/capture/src/capture.cpp +++ b/capture/src/capture.cpp @@ -276,7 +276,7 @@ int main( int argc, char** argv ) } if( fd.callstack != 0 ) { - AnsiPrintf( ANSI_BOLD, "\n%sFailure callstack:%s\n" ); + AnsiPrintf( ANSI_BOLD, "\nFailure callstack:\n" ); auto& cs = worker.GetCallstack( fd.callstack ); int fidx = 0; for( auto& entry : cs )