mirror of https://gitlab.com/bashrc2/epicyon
Show server address on failure
parent
d9ee131302
commit
7faab2ee32
|
@ -14305,6 +14305,7 @@ def runDaemon(brochMode: bool,
|
||||||
return False
|
return False
|
||||||
|
|
||||||
print('ERROR: HTTP server failed to start. ' + str(e))
|
print('ERROR: HTTP server failed to start. ' + str(e))
|
||||||
|
print('serverAddress: ' + str(serverAddress))
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# ASCII/ANSI text banner used in shell browsers, such as Lynx
|
# ASCII/ANSI text banner used in shell browsers, such as Lynx
|
||||||
|
|
Loading…
Reference in New Issue