Module: sems Branch: master Commit: d81f037685e9436d16967d39ca599682b609133b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d81f037685e9436d16967d39ca599682b609133b
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Feb 6 19:18:10 2012 +0100 b/f: small b/f logging error string --- apps/sbc/call_control/rest/RestModule.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/sbc/call_control/rest/RestModule.cpp b/apps/sbc/call_control/rest/RestModule.cpp index 06a28f2..7a304a1 100644 --- a/apps/sbc/call_control/rest/RestModule.cpp +++ b/apps/sbc/call_control/rest/RestModule.cpp @@ -276,7 +276,7 @@ void RestModule::start(const string& cc_name, const string& ltag, } } catch (string &err) { - ERROR(err.c_str()); + ERROR("%s", err.c_str()); res_cmd[SBC_CC_ACTION] = SBC_CC_REFUSE_ACTION; res_cmd[SBC_CC_REFUSE_CODE] = 500; res_cmd[SBC_CC_REFUSE_REASON] = "REST configuration error"; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
