mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-19 22:02:41 +01:00
Oops, removed echo again...
This commit is contained in:
parent
d5e5d740fd
commit
b23dbc74ab
@ -27,6 +27,7 @@ pkt_type_to_str = {
|
||||
|
||||
def log(pri, msg, echo):
|
||||
syslog.syslog(pri, msg)
|
||||
if echo:
|
||||
print msg
|
||||
|
||||
def log_error(msg, echo = False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user