Bug 1893365 - Part 3: Make updater --channels-allowed delimit output. r=bytesized,application-update-reviewers

This makes it easier to identify the empty string.

Differential Revision: https://phabricator.services.mozilla.com/D208663
This commit is contained in:
Nick Alexander 2024-04-25 20:31:13 +00:00
parent dc4c630d0d
commit 500d078fa2

View File

@ -2992,7 +2992,7 @@ int NS_main(int argc, NS_tchar** argv) {
#ifdef MOZ_VERIFY_MAR_SIGNATURE
int rv = PopulategMARStrings();
if (rv == OK) {
printf("Channels Allowed: %s\n", gMARStrings.MARChannelID.get());
printf("Channels Allowed: '%s'\n", gMARStrings.MARChannelID.get());
return 0;
}
printf("Error: %d\n", rv);