[mupen64plus-input-sdl] 103/196: Change warning message (SDL joystick not available) to VERBOSE

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:00:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-input-sdl.

commit 2bed5f86dc4b68decd7274859a71697bdc8d6a5a
Author: Sven Eckelmann <sven at narfation.org>
Date:   Tue May 8 10:22:47 2012 +0200

    Change warning message (SDL joystick not available) to VERBOSE
---
 debian/changelog                     |  8 ++++++++
 debian/patches/series                |  1 +
 debian/patches/verbose_warning.patch | 18 ++++++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d9f2e68..378daef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mupen64plus-input-sdl (1.99.5-3) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - Add verbose_warning.patch, Change warning message (SDL joystick not
+      available) to VERBOSE
+
+ -- Sven Eckelmann <sven at narfation.org>  Tue, 08 May 2012 10:23:49 +0200
+
 mupen64plus-input-sdl (1.99.5-2) unstable; urgency=low
 
   [ Simon Ruderich ]
diff --git a/debian/patches/series b/debian/patches/series
index a85ddab..0c6b3cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 huijia_adapter_config.patch
 hyperkin_tomee_config.patch
+verbose_warning.patch
diff --git a/debian/patches/verbose_warning.patch b/debian/patches/verbose_warning.patch
new file mode 100644
index 0000000..6373e73
--- /dev/null
+++ b/debian/patches/verbose_warning.patch
@@ -0,0 +1,18 @@
+Description: Change warning message (SDL joystick not available) to VERBOSE
+Author: Richard Goedeken <Richard at fascinationsoftware.com>
+Origin: upstream, https://bitbucket.org/richard42/mupen64plus-input-sdl/changeset/de6c9330ffe3
+
+---
+diff --git a/src/config.c b/src/config.c
+index 885c30cf28508361190027972ac8ac6283f57948..b4d1ead0869d23ff2a6a32316c0168ac9810c5f3 100644
+--- a/src/config.c
++++ b/src/config.c
+@@ -505,7 +505,7 @@ void load_configuration(int bPrintSummary)
+             {
+                 controller[n64CtrlIdx].device = DEVICE_AUTO;
+                 controller[n64CtrlIdx].control->Present = 0;
+-                DebugMessage(M64MSG_WARNING, "N64 Controller #%i: Disabled, SDL joystick %i is not available", n64CtrlIdx+1, sdlCtrlIdx-1);
++                DebugMessage(M64MSG_VERBOSE, "N64 Controller #%i: Disabled, SDL joystick %i is not available", n64CtrlIdx+1, sdlCtrlIdx-1);
+             }
+             else
+             {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-input-sdl.git



More information about the Pkg-games-commits mailing list