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 2FB9A138200 for ; Wed, 7 Aug 2013 16:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1D20E0AA6; Wed, 7 Aug 2013 16:10:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59766E0A82 for ; Wed, 7 Aug 2013 16:10:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39C2333EAEE for ; Wed, 7 Aug 2013 16:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AA2C7E468F for ; Wed, 7 Aug 2013 16:10:11 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1375889841.813ff2036cfba0ec4f0f69fec59ec5e568c9ba1a.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/remote/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/remote/basicrepo.py X-VCS-Directories: roverlay/remote/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 813ff2036cfba0ec4f0f69fec59ec5e568c9ba1a X-VCS-Branch: master Date: Wed, 7 Aug 2013 16:10:11 +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: 5ee71a1f-05c5-4bad-b404-08a30ad0fdfa X-Archives-Hash: 079d0338198a59d05e46ee699d00fb99 commit: 813ff2036cfba0ec4f0f69fec59ec5e568c9ba1a Author: André Erdmann mailerd de> AuthorDate: Wed Aug 7 15:37:18 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Aug 7 15:37:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=813ff203 roverlay/remote/basicrepo: fix minor typo --- roverlay/remote/basicrepo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roverlay/remote/basicrepo.py b/roverlay/remote/basicrepo.py index b126f9b..e14d317 100644 --- a/roverlay/remote/basicrepo.py +++ b/roverlay/remote/basicrepo.py @@ -225,7 +225,7 @@ class BasicRepo ( object ): self._set_ready ( is_synced=sync_enabled ) else: self.logger.info ( - "sync(online{}) failed.".format ( sync_enabled ) + "sync(online={}) failed.".format ( sync_enabled ) ) self._set_fail()