[SCM] live-studio branch, master, updated. 34a4d5fd2ed8a4d0c92db57ceb44acb5f657b5f6

Chris Lamb lamby at debian.org
Sun Aug 1 07:33:12 UTC 2010


The following commit has been merged in the master branch:
commit 34a4d5fd2ed8a4d0c92db57ceb44acb5f657b5f6
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 1 03:31:47 2010 -0400

    Print log when starting the queue runner

diff --git a/live_studio/build/management/commands/queue_runner.py b/live_studio/build/management/commands/queue_runner.py
index 7b98a32..36fb08d 100644
--- a/live_studio/build/management/commands/queue_runner.py
+++ b/live_studio/build/management/commands/queue_runner.py
@@ -67,6 +67,8 @@ class Command(NoArgsCommand):
         logging.basicConfig(filename=options['logfile'], level=logging.INFO)
         self.log = logging.getLogger('live-studio-runner')
 
+        self.log.info("Starting queue_runner")
+
         if int(options['verbosity']) > 1:
             self.log.setLevel(logging.DEBUG)
 

-- 
live-studio



More information about the debian-live-changes mailing list