From e2dae7e751728e3ff21b3f5fbcec8bb66e3f249d Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Mon, 25 Oct 2010 10:35:44 -0700 Subject: [PATCH] Change message with file reference to filename --- prebuilt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuilt.py b/prebuilt.py index db603e454f..64a00eaa9e 100755 --- a/prebuilt.py +++ b/prebuilt.py @@ -128,7 +128,7 @@ def RevGitFile(filename, value): 'git config url.ssh://git@gitrw.chromium.org:9222.pushinsteadof ' 'http://git.chromium.org/git') cros_build_lib.RunCommand(git_ssh_config_cmd, shell=True) - description = 'Update PORTAGE_BINHOST="%s" in %s' % (value, file) + description = 'Update PORTAGE_BINHOST="%s" in %s' % (value, filename) print description try: UpdateLocalFile(filename, value)