diff --git a/scripts/thread_analysis.c b/scripts/thread_analysis.c index b0e6c539b..53cd04359 100644 --- a/scripts/thread_analysis.c +++ b/scripts/thread_analysis.c @@ -102,7 +102,7 @@ int main(int argc, char *argv[]) fd = fopen(LOGFILE, "r"); if (!fd) { - printf("could not open log file '%s'\n"); + printf("could not open log file '%s'\n", LOGFILE); return 1; }