Fix simple typo

This commit fix a simple typo in debug logging.

Change-Id: I734f47894ea96850c73f648ac6264d1ae87e42c0
This commit is contained in:
Daniel Mellado 2016-06-24 14:12:00 +02:00
parent 0da69c65e9
commit 3295b44be2
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ class PostThread(threading.Thread):
while True:
try:
job = self.queue.get_nowait()
logging.debug("%s: proccessing job %s",
logging.debug("%s: processing job %s",
threading.current_thread(),
job)
self._post_file(*job)