Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: tools/roll_webrtc.py

Issue 1172323002: roll_webrtc.py: Improve no-op roll message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/roll_webrtc.py
diff --git a/tools/roll_webrtc.py b/tools/roll_webrtc.py
index 51754e18ea5f5170ae0e86f28d04dc6d129465ec..0a6c00bc2240d477853029aeb856b48b329cc0c9 100755
--- a/tools/roll_webrtc.py
+++ b/tools/roll_webrtc.py
@@ -302,7 +302,7 @@ class AutoRoller(object):
self._UpdateDep(deps_filename, LIBJINGLE_PATH, libjingle_latest)
if self._IsTreeClean():
- logging.debug('Tree is clean - no changes detected.')
+ print 'The latest revision is already rolled for WebRTC and libjingle.'
self._DeleteRollBranch()
else:
self._UpdateReadmeFile(LIBJINGLE_README, libjingle_latest.commit_position)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698