diff --git a/scripts/phabtalk/apply_patch.py b/scripts/phabtalk/apply_patch.py index 62f7d69..fb94899 100755 --- a/scripts/phabtalk/apply_patch.py +++ b/scripts/phabtalk/apply_patch.py @@ -24,7 +24,7 @@ def main(): conduit_token = os.environ['CONDUIT_TOKEN'] host = os.environ['PHABRICATOR_HOST'] diff_json_path = os.environ['JSON_DIFF'] - print('Applying patch for Phabricator diff {}'.format(diff_id)) + print('Applying patch for Phabricator diff {} for build {}'.format(diff_id,phid)) phab = Phabricator(token=conduit_token, host=host+'/api/') phab.update_interfaces()