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

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 f424954..4209e74 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