Skip to content

Commit

Permalink
better message format
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 31, 2021
1 parent fdd93b3 commit 9e95153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/net/net_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def do_get_bind_ifacemask(iface):
ipmasks.append((addr,mask))
except Exception as e:
log("do_get_bind_ifacemask(%s)", iface, exc_info=True)
log.error("do_get_bind_ifacemask(%s) error on %s", iface, addr)
log.error("Error converting address '%s' to binary, for interface %s", addr, iface)
log("do_get_bind_ifacemask(%s)=%s", iface, ipmasks)
return ipmasks

Expand Down

0 comments on commit 9e95153

Please sign in to comment.