aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/thread_analysis.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/thread_analysis.c')
-rw-r--r--scripts/thread_analysis.c2
1 files changed, 1 insertions, 1 deletions
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;
}