Module: sems Branch: master Commit: c22e5ef6f1a74c0f42c14fd8914002073edc47c0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=c22e5ef6f1a74c0f42c14fd8914002073edc47c0
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Wed Mar 16 14:24:23 2011 +0100 b/f: correct error message. --- core/AmUtils.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmUtils.cpp b/core/AmUtils.cpp index f9b59e7..1bffb70 100644 --- a/core/AmUtils.cpp +++ b/core/AmUtils.cpp @@ -596,7 +596,7 @@ int get_local_addr_for_dest(const string& remote_ip, string& local) } if(err == -1){ - ERROR("While converting address: %s",strerror(errno)); + ERROR("While converting address: '%s'",remote_ip.c_str()); return -1; } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
