move diagnostic output off stdout

This commit is contained in:
Emil Lerch 2021-01-05 23:26:13 -08:00
parent 201a79e58f
commit df1837e577
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -133,7 +133,7 @@ def lambda_handler(event, context):
traceback.print_exc()
if len(changed) > 0:
print('changes detected')
printerr('changes detected')
process_changes(changed)
return {