s/print/logging.debug

This commit is contained in:
Tomeu Vizoso 2008-09-15 15:45:35 +02:00
parent 5ecfcba365
commit 6c1eed78d8

View File

@ -134,7 +134,7 @@ def get_command(activity, activity_id=None, object_id=None, uri=None):
if uri is not None:
command.extend(['-u', uri])
print command
logging.debug('launching: %r' % command)
return command