From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B1C6138D02 for ; Tue, 11 Feb 2014 18:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEE48E0B92; Tue, 11 Feb 2014 18:49:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F0A9E0A80 for ; Tue, 11 Feb 2014 18:49:50 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44AD033F8B6 for ; Tue, 11 Feb 2014 18:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E12DA18877 for ; Tue, 11 Feb 2014 18:49:47 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1392143261.a731b473410c133c9f6b9f5ecf86c00b8cc51669.dol-sen@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/analyse.py pym/gentoolkit/revdep_rebuild/collect.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a731b473410c133c9f6b9f5ecf86c00b8cc51669 X-VCS-Branch: gentoolkit Date: Tue, 11 Feb 2014 18:49:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 976da514-454a-473d-9730-94e38c2bd8e7 X-Archives-Hash: 01d200d6d761354da2df06c2c33270d7 commit: a731b473410c133c9f6b9f5ecf86c00b8cc51669 Author: Brian Dolbec gentoo org> AuthorDate: Tue Feb 11 18:27:41 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Feb 11 18:27:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=a731b473 revdep_rebuild: Minor indent changes for debug messages, improves output. --- pym/gentoolkit/revdep_rebuild/analyse.py | 4 ++-- pym/gentoolkit/revdep_rebuild/collect.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py b/pym/gentoolkit/revdep_rebuild/analyse.py index c774d9f..8b6bb23 100644 --- a/pym/gentoolkit/revdep_rebuild/analyse.py +++ b/pym/gentoolkit/revdep_rebuild/analyse.py @@ -176,7 +176,7 @@ def analyse(settings, logger, libraries=None, la_libraries=None, ) - logger.debug('analyse(), Found %i libraries (+%i symlinks) and %i binaries' % + logger.debug(' analyse(), Found %i libraries (+%i symlinks) and %i binaries' % (len(libraries), len(libraries_links), len(binaries)) ) logger.info(green(' * ') + bold('Scanning files')) @@ -186,7 +186,7 @@ def analyse(settings, logger, libraries=None, la_libraries=None, scanned_files = scan_files(libs_and_bins, settings['CMD_MAX_ARGS'], logger) logger.warn(green(' * ') + bold('Checking dynamic linking consistency')) - logger.debug('analyse(), Searching for %i libs, bins within %i libraries and links' % + logger.debug(' analyse(), Searching for %i libs, bins within %i libraries and links' % (len(libs_and_bins), len(libraries)+len(libraries_links)) ) diff --git a/pym/gentoolkit/revdep_rebuild/collect.py b/pym/gentoolkit/revdep_rebuild/collect.py index b1d1eeb..55a244c 100644 --- a/pym/gentoolkit/revdep_rebuild/collect.py +++ b/pym/gentoolkit/revdep_rebuild/collect.py @@ -183,7 +183,7 @@ def collect_libraries_from_dir(dirs, mask, logger): found_files.append(listing) except Exception as ex: logger.debug( - yellow('Exception during collecting libraries: ' + + yellow(' Exception during collecting libraries: ' + blue('%s') %str(ex))) if found_directories: