diff options
author | Gui Chen <gui.chen@intel.com> | 2012-03-29 20:50:26 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2012-03-29 20:50:26 +0800 |
commit | de18a03b9487ce036cb6611f9ef91558c7e0d53c (patch) | |
tree | d0f689035c89a79d408eea98567e3dea5c8440dc /plugins | |
parent | 20b89c1b5a79238743c0b89dd817bce91ce0483d (diff) | |
download | mic-de18a03b9487ce036cb6611f9ef91558c7e0d53c.tar.gz mic-de18a03b9487ce036cb6611f9ef91558c7e0d53c.tar.bz2 mic-de18a03b9487ce036cb6611f9ef91558c7e0d53c.zip |
remove the incorrect number showing in fs src pkgs
Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/imager/fs_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imager/fs_plugin.py b/plugins/imager/fs_plugin.py index aa88e16..59c610e 100644 --- a/plugins/imager/fs_plugin.py +++ b/plugins/imager/fs_plugin.py @@ -107,7 +107,7 @@ class FsPlugin(ImagerPlugin): if opts.include_src: installed_pkgs = creator.get_installed_packages() msger.info('--------------------------------------------------') - msger.info('Generating the image with source rpms included, The number of source packages is %d.' %(len(installed_pkgs))) + msger.info('Generating the image with source rpms included ...') if not misc.SrcpkgsDownload(installed_pkgs, creatoropts["repomd"], creator._instroot, creatoropts["cachedir"]): msger.warning("Source packages can't be downloaded") |