Skip to content

Commit

Permalink
Remove debug traceback to log on XMPP connect err
Browse files Browse the repository at this point in the history
  • Loading branch information
davesteele committed Dec 17, 2013
1 parent 655002c commit 887ba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudprint/cloudprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def process_jobs(cups_connection, cpp, printers):

except:
global FAIL_RETRY
LOGGER.exception('ERROR: Could not Connect to Cloud Service. Will Try again in %d Seconds' % FAIL_RETRY)
LOGGER.error('ERROR: Could not Connect to Cloud Service. Will Try again in %d Seconds' % FAIL_RETRY)
time.sleep(FAIL_RETRY)


Expand Down

0 comments on commit 887ba91

Please sign in to comment.