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
1=== modified file 'plugin/rabbitmq/rabbitmq_log.cc'
2--- plugin/rabbitmq/rabbitmq_log.cc 2012-01-16 02:37:54 +0000
3+++ plugin/rabbitmq/rabbitmq_log.cc 2012-04-24 06:48:19 +0000
4@@ -85,7 +85,7 @@
5 }
6 catch(exception& e)
7 {
8- errmsg_printf(error::ERROR, _(e.what()));
9+ errmsg_printf(error::ERROR, "%s", e.what());
10 try {
11 _rabbitMQHandler->reconnect();
12 } catch(exception &e) {

Subscribers

People subscribed via source and target branches

to all changes: