minor fix

This commit is contained in:
Niels Serup 2012-03-22 16:28:43 +01:00
parent b3ad96f817
commit 57efafd32d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ where id=?
''', (new_name, moneys_incr, foods_incr, id))
loclog = []
if old_name != new_name:
loclog.append('change name to {}\n'.format(new_name))
loclog.append('change name to {}'.format(new_name))
if foods_incr > 0:
loclog.append('eat {} foods'.format(foods_incr))
elif foods_incr < 0: