Skip to content

Commit 4e16a3c

Browse files
committed
Fixed GraphQLDeciderBackend shutdown message
1 parent 05a4c82 commit 4e16a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/backend/decider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def main_thread_terminated(self):
6666
# add or remove items
6767
size = self._queue.qsize()
6868

69-
print("Sentry is attempting to send %i pending error messages" % size)
69+
print("GraphQL is attempting to retrieve %i pending documents" % size)
7070
print("Waiting up to %s seconds" % timeout)
7171

7272
if os.name == "nt":

0 commit comments

Comments
 (0)