diff options
Diffstat (limited to 'subcmds/cherry_pick.py')
-rw-r--r-- | subcmds/cherry_pick.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/cherry_pick.py b/subcmds/cherry_pick.py index f9ae3e32..3d219333 100644 --- a/subcmds/cherry_pick.py +++ b/subcmds/cherry_pick.py | |||
@@ -86,7 +86,7 @@ change id will be added. | |||
86 | p.Wait() | 86 | p.Wait() |
87 | except GitError as e: | 87 | except GitError as e: |
88 | logger.error(e) | 88 | logger.error(e) |
89 | logger.warn( | 89 | logger.warning( |
90 | "NOTE: When committing (please see above) and editing the " | 90 | "NOTE: When committing (please see above) and editing the " |
91 | "commit message, please remove the old Change-Id-line and " | 91 | "commit message, please remove the old Change-Id-line and " |
92 | "add:\n%s", | 92 | "add:\n%s", |