summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/superpmi
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/superpmi')
-rw-r--r--src/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp b/src/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp
index f58ec66380..15faaf21c7 100644
--- a/src/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp
+++ b/src/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp
@@ -631,11 +631,11 @@ int doParallelSuperPMI(CommandLine::Options& o)
{
if (o.applyDiff)
{
- LogInfo(g_AsmDiffsSummaryFormatString, loaded, jitted, failed, diffs);
+ LogInfo(g_AsmDiffsSummaryFormatString, loaded, jitted, failed, excluded, diffs);
}
else
{
- LogInfo(g_SummaryFormatString, loaded, jitted, failed);
+ LogInfo(g_SummaryFormatString, loaded, jitted, failed, excluded);
}
}