Skip to content

Commit 02a7060

Browse files
committed
打印队列名
1 parent 12409bd commit 02a7060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev_server/sae/taskqueue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _remote_call(self, args):
170170

171171
if payload:
172172
payload = base64.b64decode(payload)
173-
print '[SAE:TASKQUEUE] Add task:', url, payload
173+
print '[SAE:TASKQUEUE] Add task:', url, payload, self.name
174174

175175
#try:
176176
# # Try to make a sync call.

0 commit comments

Comments
 (0)