Skip to content

Commit

Permalink
Log Patchwork base URL when checking
Browse files Browse the repository at this point in the history
Switch to logging the Patchwork base URL as "patchwork" in handling the
"patchwork" command, instead of Git repo URL (mistakenly?) logged
currently. This allows us to distinguish which patchwork is being
handled in the logs.
  • Loading branch information
spbnick committed Apr 30, 2018
1 parent ee34fcb commit fdc21c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktm.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def cmd_baseline(sw, cfg):


def cmd_patchwork(sw, cfg):
logging.info("checking patchwork: %s [%s]", cfg.get("repo"),
logging.info("checking patchwork: %s [%s]", cfg.get("baseurl"),
cfg.get("project"))
sw.set_baseline(cfg.get("repo"), cfgurl=cfg.get("cfgurl"))
sw.set_restapi(cfg.get("restapi"))
Expand Down

0 comments on commit fdc21c4

Please sign in to comment.