[Pkg-voip-commits] [rtpproxy] 02/04: Imported Debian patch 1.2.1-1.1
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Sun Aug 16 06:11:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository rtpproxy.
commit 55ca7ef1ab2081c1f9c67bf26840c107ce3450d3
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Oct 19 22:23:55 2011 +0200
Imported Debian patch 1.2.1-1.1
---
debian/changelog | 10 ++++++++++
rtpp_syslog_async.c | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f211ef0..c2c24cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+rtpproxy (1.2.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "FTBFS: rtpp_syslog_async.c:88: error: format not a string
+ literal and no format arguments": add format argument in
+ rtpp_syslog_async.c.
+ Closes: #614476, LP: #832772
+
+ -- gregor herrmann <gregoa at debian.org> Wed, 19 Oct 2011 22:23:55 +0200
+
rtpproxy (1.2.1-1) unstable; urgency=low
* New upstream release
diff --git a/rtpp_syslog_async.c b/rtpp_syslog_async.c
index c6b3a4e..bddea64 100644
--- a/rtpp_syslog_async.c
+++ b/rtpp_syslog_async.c
@@ -85,7 +85,7 @@ syslog_queue_run(void)
/* main work here */
switch (wi->item_type) {
case SYSLOG_ITEM_ASYNC_WRITE:
- syslog(wi->priority, wi->data);
+ syslog(wi->priority, "%s", wi->data);
break;
case SYSLOG_ITEM_ASYNC_EXIT:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/rtpproxy.git
More information about the Pkg-voip-commits
mailing list