summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipesh Amin <yaypunkrock@gmail.com>2011-09-03 17:54:38 +0100
committerDipesh Amin <yaypunkrock@gmail.com>2011-09-03 17:54:38 +0100
commitc70d13af99f96317bb6a7ec4d94c365fd73e2854 (patch)
tree7e00fcbbedef6e1a932a72dadc7f2ebd0eb83c04
parent7c730917decf9dd8b78f3269ff3256c542ae442d (diff)
downloadmanamarket-c70d13af99f96317bb6a7ec4d94c365fd73e2854.tar.gz
manamarket-c70d13af99f96317bb6a7ec4d94c365fd73e2854.tar.bz2
manamarket-c70d13af99f96317bb6a7ec4d94c365fd73e2854.tar.xz
manamarket-c70d13af99f96317bb6a7ec4d94c365fd73e2854.zip
neater
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 7366a33..49a1970 100755
--- a/main.py
+++ b/main.py
@@ -915,7 +915,7 @@ def main():
logging.info("Remove item: %s, Amount: %s, Index: %s", ItemDB.getItem(player_node.inventory[index].itemId).name, str(amount),str(index))
player_node.remove_item(index, amount)
else:
- logging.info("Money Added: %s", str(amount))
+ logging.info("Trade: Money Added: %s", str(amount))
if trader_state.money:
amount_added = int(user_tree.get_user(trader_state.money).get('money'))
if amount != amount_added: