More verbose

merge-requests/8/head
Bob Mottram 2020-09-25 12:35:44 +00:00
parent 88ac5bb75c
commit 87be0a1efd
1 changed files with 5 additions and 1 deletions

View File

@ -3373,6 +3373,9 @@ def checkDomains(session, baseDir: str,
proxyType, port, httpPrefix,
debug, projectVersion, [])
if blockedDomains:
print(domainName)
for d in blockedDomains:
print(' ' + d)
if len(blockedDomains) > maxBlockedDomains:
followerWarningStr += domainName + '\n'
updateFollowerWarnings = True
@ -3380,7 +3383,8 @@ def checkDomains(session, baseDir: str,
if updateFollowerWarnings and followerWarningStr:
with open(followerWarningFilename, 'w+') as fp:
fp.write(followerWarningStr)
print(followerWarningStr)
if not singleCheck:
print(followerWarningStr)
def sendCapabilitiesUpdate(session, baseDir: str, httpPrefix: str,