Make golem runes a little more obvious to ghosts.

This commit is contained in:
Rob Nelson
2013-11-04 22:39:00 -08:00
parent 0610e0638a
commit adad08e07e
3 changed files with 5 additions and 17 deletions

View File

@@ -82,8 +82,11 @@ def Compile(serverState):
if stdout:
for line in stdout.split():
if 'error:' in line:
send_nudge('COMPILE ERROR: {0}'.format('line'))
send_nudge('COMPILE ERROR: {0}'.format(line))
failed=True
logging.error(line)
else:
logging.info(line)
waiting_for_next_commit = not failed
if failed: