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)] |