mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
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:
parent
dc4c630d0d
commit
500d078fa2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user