Skip to content

Commit

Permalink
Fix misleading debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdebsk authored and praiskup committed Oct 5, 2016
1 parent a999c6a commit c8d2323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def handle_delete_copr_project(self):
shutil.rmtree(path)

def handle_comps_update(self, result):
self.log.debug("Action delete build")
self.log.debug("Action comps update")

ext_data = json.loads(self.data["data"])
ownername = ext_data["ownername"]
Expand Down

0 comments on commit c8d2323

Please sign in to comment.