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

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Wed Jun  8 12:40:04 2011 +0200

b/f: stats: print crlf after response

---

 core/plug-in/stats/query_stats.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/plug-in/stats/query_stats.cxx 
b/core/plug-in/stats/query_stats.cxx
index 674f16c..4c13b4d 100644
--- a/core/plug-in/stats/query_stats.cxx
+++ b/core/plug-in/stats/query_stats.cxx
@@ -133,7 +133,7 @@ int main(int argc, char** argv)
     if(msg_size == -1)
       fprintf(stderr,"recv: %s\n",strerror(errno));
     else
-      printf("received:\n%.*s",msg_size-1,rcv_buf);
+      printf("received:\n%.*s\n",msg_size-1,rcv_buf);
   }
     
   close(sd);

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

Reply via email to