Module: sems
Branch: 1.4
Commit: b2d952105f88eb8b6e58b1cd39106a19e5e4e610
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b2d952105f88eb8b6e58b1cd39106a19e5e4e610

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue May  3 11:25:01 2011 +0200

b/f: use ERROR instead of printf

---

 core/sip/trans_layer.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/sip/trans_layer.cpp b/core/sip/trans_layer.cpp
index d20b78c..288570b 100644
--- a/core/sip/trans_layer.cpp
+++ b/core/sip/trans_layer.cpp
@@ -1800,7 +1800,7 @@ trsp_socket* 
_trans_layer::find_transport(sockaddr_storage* remote_ip)
     
   int temp_sock = socket(remote_ip->ss_family, SOCK_DGRAM, 0 );
   if (temp_sock == -1) {
-    printf( "ERROR: socket() failed: %s\n",
+    ERROR( "ERROR: socket() failed: %s\n",
        strerror(errno));
     return NULL;
   }

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to