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

Unified Diff: components/sync/PRESUBMIT.py

Issue 2335413002: Extend message for sync presubmit (Closed)
Patch Set: clean up Created 4 years, 3 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: components/sync/PRESUBMIT.py
diff --git a/components/sync/PRESUBMIT.py b/components/sync/PRESUBMIT.py
index 9173777c327cf11b6369c8e18d23a434c7bdfc19..329c7e4e82eafb4e441632ae67e178ac60c805ba 100644
--- a/components/sync/PRESUBMIT.py
+++ b/components/sync/PRESUBMIT.py
@@ -261,7 +261,8 @@ def CheckNotificationTypeMatchesProtoMessageName(
if map_entry.notification_type.lower() != proto_message_name:
return [
FormatPresubmitError(
- output_api,'notification type "%s" does not match proto message'
+ output_api,'In the construction of ModelTypeInfo: notification type'
+ ' "%s" does not match proto message'
' name defined in sync.proto: ' '"%s"' %
(map_entry.notification_type, proto_message_name),
map_entry.affected_lines)]
« 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