Skip to content

Commit

Permalink
Log to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Jun 12, 2015
1 parent 54d3c63 commit 32ce9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModestMaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def printlocked(lock, *stuff):
"""
"""
if lock.acquire():
print ' '.join([str(thing) for thing in stuff])
print >> sys.stderr, ' '.join([str(thing) for thing in stuff])
lock.release()

class TileRequest:
Expand Down

0 comments on commit 32ce9ae

Please sign in to comment.