I have made the following changes intended for : CE:MW:Shared / xserver-policy-enforcement
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/6677 Thank You, rojkov [This message was auto-generated] --- Request # 6677: Messages from BOSS: State: review at 2012-09-05T15:48:36 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:rojkov:branches:CE:MW:Shared / xserver-policy-enforcement -> CE:MW:Shared / xserver-policy-enforcement changes files: -------------- --- xserver-policy-enforcement.changes +++ xserver-policy-enforcement.changes @@ -0,0 +1,3 @@ +* Wed Sep 05 2012 Dmitry Rozhkov <[email protected]> - 0.0.2 +- Patch: make-the-verbosity-level-of-trace-messages-higher.patch + new: ---- make-the-verbosity-level-of-trace-messages-higher.patch spec files: ----------- --- xserver-policy-enforcement.spec +++ xserver-policy-enforcement.spec @@ -17,6 +17,7 @@ Source0: xserver-policy-enforcement.tar.gz Source100: xserver-policy-enforcement.yaml Patch0: noauth-for-root.patch +Patch1: make-the-verbosity-level-of-trace-messages-higher.patch BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xorg-server) @@ -37,6 +38,8 @@ # noauth-for-root.patch %patch0 -p1 +# make-the-verbosity-level-of-trace-messages-higher.patch +%patch1 -p1 # >> setup # << setup other changes: -------------- ++++++ make-the-verbosity-level-of-trace-messages-higher.patch (new) --- make-the-verbosity-level-of-trace-messages-higher.patch +++ make-the-verbosity-level-of-trace-messages-higher.patch @@ -0,0 +1,29 @@ +From 8d612b9d424b420369924c3bcdd06779d7f7add0 Mon Sep 17 00:00:00 2001 +From: Dmitry Rozhkov <[email protected]> +Date: Wed, 5 Sep 2012 16:32:49 +0300 +Subject: [PATCH] Make the verbosity level of trace messages higher + +Make the verbosity level of debug and tracing messages higher +than the default verbosity level of Xorg (which is 3). +--- + src/policy.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/policy.h b/src/policy.h +index a473e04..e90d81f 100644 +--- a/src/policy.h ++++ b/src/policy.h +@@ -9,8 +9,8 @@ + #include <os.h> + + +-#define PolicyTrace(f, a...) LogMessageVerb(X_DEFAULT,3,"Policy: "f"\n" , ##a) +-#define PolicyDebug(f, a...) LogMessageVerb(X_DEFAULT,2,"Policy: "f"\n" , ##a) ++#define PolicyTrace(f, a...) LogMessageVerb(X_DEFAULT,5,"Policy: "f"\n" , ##a) ++#define PolicyDebug(f, a...) LogMessageVerb(X_DEFAULT,4,"Policy: "f"\n" , ##a) + #define PolicyInfo(f, a...) LogMessageVerb(X_INFO,1,f"\n" , ##a) + #define PolicyWarning(f,a...) LogMessageVerb(X_WARNING,-1,"Policy: "f"\n", ##a) + #define PolicyError(f, a...) LogMessageVerb(X_ERROR,-1,"Policy: "f"\n" , ##a) +-- +1.7.9.5 + ++++++ xserver-policy-enforcement.yaml --- xserver-policy-enforcement.yaml +++ xserver-policy-enforcement.yaml @@ -12,6 +12,7 @@ Patches: - noauth-for-root.patch + - make-the-verbosity-level-of-trace-messages-higher.patch PkgConfigBR: - x11 - xorg-server
