Tidy up subgroup log messages (#1454)

Add missing newlines and improve wording of messages.

Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
Stuart Brady
2022-08-01 10:18:36 +01:00
committed by GitHub
parent b06ccc6cd9
commit 017f514c21
4 changed files with 23 additions and 23 deletions

View File

@@ -502,7 +502,7 @@ template <typename Ty, BallotOp operation> struct BALLOT_COUNT_SCAN_FIND
}
else
{
log_error("Unknown operation...");
log_error("Unknown operation...\n");
}
}