mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
pylink: more consistent logging syntax
This commit is contained in:
parent
9a81a2ba1f
commit
bd8aa4dc11
2
pylink
2
pylink
@ -49,7 +49,7 @@ if __name__ == '__main__':
|
||||
world.networkobjects[network] = irc = classes.Irc(network, proto, conf.conf)
|
||||
|
||||
# Call coreplugin's initialization method
|
||||
log.debug('Calling main() function of coreplugin on network %s', irc.name)
|
||||
log.debug('(%s) Calling main() function of coreplugin', irc.name)
|
||||
coreplugin.main(irc)
|
||||
|
||||
world.started.set()
|
||||
|
Loading…
Reference in New Issue
Block a user