| Index: gcl.py
 | 
| diff --git a/gcl.py b/gcl.py
 | 
| index 1502c061effe99e4b16cf2c2a0de0bd384f1ad4b..775ab94dd6ce9d346749bfa987c3a00be6b99b83 100755
 | 
| --- a/gcl.py
 | 
| +++ b/gcl.py
 | 
| @@ -896,11 +896,9 @@
 | 
|        # CC_LIST only when --private is specified explicitly on the command
 | 
|        # line.
 | 
|        if "--private" in upload_arg:
 | 
| -        Warn("WARNING: CC_LIST and WATCHLISTS are ignored when --private is "
 | 
| -             "specified.  You need to review and add them manually if "
 | 
| -             "necessary.")
 | 
| +        Warn("WARNING: CC_LIST is ignored since private flag is specified.  "
 | 
| +             "You need to review and add them manually if necessary.")
 | 
|          cc_list = ""
 | 
| -        no_watchlists = True
 | 
|        else:
 | 
|          cc_list = GetCodeReviewSetting("CC_LIST")
 | 
|        if not no_watchlists and watchers:
 | 
| 
 |