Lines Matching full:subsystem
1089 def log (message, subsystem):1090 "Write the contents of 'message' to the specified subsystem."1091 print '%s: %s' % (subsystem, message)1094 server_log = functools.partial(log, subsystem='server')