Merge lp:~stylesen/lava-scheduler/multinode into lp:lava-scheduler/multinode

Proposed by Senthil Kumaran S
Status: Merged
Approved by: Neil Williams
Approved revision: no longer in the source branch.
Merged at revision: 252
Proposed branch: lp:~stylesen/lava-scheduler/multinode
Merge into: lp:lava-scheduler/multinode
Diff against target: 18 lines (+2/-2)
1 file modified
lava_scheduler_daemon/dbjobsource.py (+2/-2)
To merge this branch: bzr merge lp:~stylesen/lava-scheduler/multinode
Reviewer Review Type Date Requested Status
Linaro Automation & Validation Pending
Review via email: mp+171751@code.launchpad.net

Description of the change

A minor change for debug logging.

To post a comment you must log in.
252. By Neil Williams

Senthil Kumaran 2013-06-27 Log device grabbing messages in debug mode.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_scheduler_daemon/dbjobsource.py'
2--- lava_scheduler_daemon/dbjobsource.py 2013-06-27 07:27:01 +0000
3+++ lava_scheduler_daemon/dbjobsource.py 2013-06-27 09:32:59 +0000
4@@ -147,12 +147,12 @@
5 if job.actual_device:
6 job_list.append(job)
7 elif job.requested_device:
8- self.logger.info("Checking Requested Device")
9+ self.logger.debug("Checking Requested Device")
10 devices = Device.objects.all().filter(
11 hostname=job.requested_device.hostname,
12 status=Device.IDLE)
13 elif job.requested_device_type:
14- self.logger.info("Checking Requested Device Type")
15+ self.logger.debug("Checking Requested Device Type")
16 devices = Device.objects.all().filter(
17 device_type=job.requested_device_type,
18 status=Device.IDLE)

Subscribers

People subscribed via source and target branches

to status/vote changes: