Merge lp:~renatofilho/buteo-syncfw/more-verbose into lp:~phablet-team/buteo-syncfw/ubuntu

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Michael Sheldon
Approved revision: 280
Merged at revision: 280
Proposed branch: lp:~renatofilho/buteo-syncfw/more-verbose
Merge into: lp:~phablet-team/buteo-syncfw/ubuntu
Diff against target: 38 lines (+6/-5)
1 file modified
debian/patches/0003-Added-upstart-service-file.patch (+6/-5)
To merge this branch: bzr merge lp:~renatofilho/buteo-syncfw/more-verbose
Reviewer Review Type Date Requested Status
Michael Sheldon (community) Approve
Review via email: mp+274626@code.launchpad.net

Commit message

Enable more debug messages.

Description of the change

Enable more debug messages.

To post a comment you must log in.
Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/patches/0003-Added-upstart-service-file.patch'
2--- debian/patches/0003-Added-upstart-service-file.patch 2015-09-30 18:13:41 +0000
3+++ debian/patches/0003-Added-upstart-service-file.patch 2015-10-15 19:43:06 +0000
4@@ -1,21 +1,21 @@
5-From e10289937804ad6d779843753727b661d2e14e43 Mon Sep 17 00:00:00 2001
6+From 9b680c6f63b17c72beb0e770a1fd4a79a96cb75d Mon Sep 17 00:00:00 2001
7 From: Renato Araujo Oliveira Filho <renato.filho@canonical.com>
8 Date: Fri, 3 Jul 2015 14:49:13 -0300
9 Subject: [PATCH 1/2] Added upstart service file.
10
11 Create upstart file to start msyncd service.
12 ---
13- msyncd/bin/msyncd.conf | 14 ++++++++++++++
14+ msyncd/bin/msyncd.conf | 15 +++++++++++++++
15 msyncd/msyncd-app.pro | 5 ++++-
16- 2 files changed, 18 insertions(+), 1 deletion(-)
17+ 2 files changed, 19 insertions(+), 1 deletion(-)
18 create mode 100644 msyncd/bin/msyncd.conf
19
20 diff --git a/msyncd/bin/msyncd.conf b/msyncd/bin/msyncd.conf
21 new file mode 100644
22-index 0000000..7224f87
23+index 0000000..3ceced3
24 --- /dev/null
25 +++ b/msyncd/bin/msyncd.conf
26-@@ -0,0 +1,14 @@
27+@@ -0,0 +1,15 @@
28 +description "address-book-service"
29 +author "Bill Filler <bill.filler@canonical.com>"
30 +
31@@ -25,6 +25,7 @@
32 +# give some time to nm be ready
33 +pre-start script
34 + sleep 10;
35++ initctl set-env MSYNCD_LOGGING_LEVEL=6
36 +end script
37 +
38 +respawn

Subscribers

People subscribed via source and target branches