diff --git a/output.cc b/output.cc index 87b3be09f..6e1e4637d 100644 --- a/output.cc +++ b/output.cc @@ -1656,7 +1656,7 @@ void printosscanoutput(Target *currenths) { log_write(LOG_PLAIN, "\n"); if (o.debugging || o.verbose > 1) - write_merged_fpr(FPR, currenths, reason != NULL, true); + write_merged_fpr(FPR, currenths, reason == NULL, true); } else { /* No perfect matches. */ if ((o.verbose > 1 || o.debugging) && reason)