Merge lp:~clint-fewbar/drizzle/fix-format-security-rabbitmq into lp:drizzle

Proposed by Clint Byrum
Status: Merged
Merge reported by: Brian Aker
Merged at revision: not available
Proposed branch: lp:~clint-fewbar/drizzle/fix-format-security-rabbitmq
Merge into: lp:drizzle
Diff against target: 12 lines (+1/-1)
1 file modified
plugin/rabbitmq/rabbitmq_log.cc (+1/-1)
To merge this branch: bzr merge lp:~clint-fewbar/drizzle/fix-format-security-rabbitmq
Reviewer Review Type Date Requested Status
Drizzle Trunk Pending
Review via email: mp+103226@code.launchpad.net

Description of the change

Tiny fix for -Werror=format-security build problem.

To post a comment you must log in.
Revision history for this message
Brian Aker (brianaker) wrote :

I am going to pull this into 7.1, and merge it through that tree.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugin/rabbitmq/rabbitmq_log.cc'
--- plugin/rabbitmq/rabbitmq_log.cc 2012-01-16 02:37:54 +0000
+++ plugin/rabbitmq/rabbitmq_log.cc 2012-04-24 06:48:19 +0000
@@ -85,7 +85,7 @@
85 } 85 }
86 catch(exception& e)86 catch(exception& e)
87 {87 {
88 errmsg_printf(error::ERROR, _(e.what()));88 errmsg_printf(error::ERROR, "%s", e.what());
89 try {89 try {
90 _rabbitMQHandler->reconnect();90 _rabbitMQHandler->reconnect();
91 } catch(exception &e) {91 } catch(exception &e) {

Subscribers

People subscribed via source and target branches

to all changes: