From patchwork Thu Jul 7 11:33:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 2527 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 15F642412F for ; Thu, 7 Jul 2011 11:33:20 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id D3202A183D0 for ; Thu, 7 Jul 2011 11:33:19 +0000 (UTC) Received: by qwb8 with SMTP id 8so569540qwb.11 for ; Thu, 07 Jul 2011 04:33:19 -0700 (PDT) Received: by 10.229.102.98 with SMTP id f34mr515960qco.42.1310038399323; Thu, 07 Jul 2011 04:33:19 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.48.135 with SMTP id r7cs105869qcf; Thu, 7 Jul 2011 04:33:19 -0700 (PDT) Received: by 10.227.172.206 with SMTP id m14mr661105wbz.29.1310038398186; Thu, 07 Jul 2011 04:33:18 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id ev16si18610268wbb.18.2011.07.07.04.33.17; Thu, 07 Jul 2011 04:33:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QempZ-000756-GC for ; Thu, 07 Jul 2011 11:33:17 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 77A3F2E84FB for ; Thu, 7 Jul 2011 11:33:17 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 26 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 26: bah! Message-Id: <20110707113317.6332.49539.launchpad@loganberry.canonical.com> Date: Thu, 07 Jul 2011 11:33:17 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13376"; Instance="initZopeless config overlay" X-Launchpad-Hash: 4f04b7a89b26f165f8706e54c38af4432b6fc7f9 ------------------------------------------------------------ revno: 26 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Thu 2011-07-07 23:32:49 +1200 message: bah! modified: lava_scheduler_daemon/board.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'lava_scheduler_daemon/board.py' --- lava_scheduler_daemon/board.py 2011-07-06 21:59:57 +0000 +++ lava_scheduler_daemon/board.py 2011-07-07 11:32:49 +0000 @@ -125,7 +125,7 @@ self.running_job = None self._check_call = None self._stopping_deferreds = [] - self.logger = logging.getChild(__name__ + '.Board.' + board_name) + self.logger = logging.getLogger(__name__ + '.Board.' + board_name) self.checking = False def _state_name(self):