Skip to content

Commit 90f7d61

Browse files
committed
Update taskqueue's hint message to be consistent with mail's
1 parent 11d7376 commit 90f7d61

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 'add task:', url, payload
173+
print '[SAE:TASKQUEUE] Add task:', url, payload
174174

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

0 commit comments

Comments
 (0)