This commit is contained in:
ed
2022-07-27 16:07:26 +02:00
parent 77f624b01e
commit dac2fad48e
5 changed files with 25 additions and 10 deletions

View File

@@ -378,7 +378,10 @@ class HttpCli(object):
em = str(ex)
msg = em if pex == ex else min_ex()
self.log("{}\033[0m, {}".format(msg, self.vpath), 3)
self.log(
"{}\033[0m, {}".format(msg, self.vpath),
6 if em.startswith("client d/c ") else 3,
)
msg = "{}\r\nURL: {}\r\n".format(em, self.vpath)
if self.hint: