Skip to content

Commit

Permalink
kafka-connector syntax bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ML-Guy committed Mar 7, 2019
1 parent 9366b47 commit 735ba20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eazyserver/core/kafka_connector.py
Expand Up @@ -58,7 +58,7 @@ def formatOutput(output,behavior,source_data):
break

if "_created" not in output:
logger.info("{} | source_id {} not found for id {}".format(output["_producer"],output["source_id"],output["_id"])
logger.info("{} | source_id {} not found for id {}".format(output["_producer"],output["source_id"],output["_id"]))
output["_created"] = output["_updated"]

return output
Expand Down

0 comments on commit 735ba20

Please sign in to comment.