Add info marker to quiet output for unported/missing builds checks
This commit is contained in:
parent
c424626c66
commit
636f2364d3
@ -1316,6 +1316,8 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
if (!quietmode)
|
if (!quietmode)
|
||||||
fprintf(stdout, "Checking for SRPMS with no builds and missing ports...\n");
|
fprintf(stdout, "Checking for SRPMS with no builds and missing ports...\n");
|
||||||
|
else
|
||||||
|
logmsg(LOG_MARK, "Missing ports and SRPMS with no builds check");
|
||||||
|
|
||||||
currheadersourcelist = configtag->headersourcelist;
|
currheadersourcelist = configtag->headersourcelist;
|
||||||
while (currheadersourcelist != NULL) {
|
while (currheadersourcelist != NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user