projects
/
sdk
/
target
/
sdbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
126f0f6
)
"Remove it due to lots of printed message in gems"
96/276396/1
accepted/tizen/unified/20221118.021718
submit/tizen/20220616.050921
author
sangwook lee
<sangwook96.lee@samsung.com>
Thu, 16 Jun 2022 03:41:00 +0000
(12:41 +0900)
committer
sangwook lee
<sangwook96.lee@samsung.com>
Thu, 16 Jun 2022 03:41:00 +0000
(12:41 +0900)
Change-Id: I86adc21338badee8c1ef3564931b3144d13a53a0
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
src/sockets.c
patch
|
blob
|
history
diff --git
a/src/sockets.c
b/src/sockets.c
index ebc75508fecb2752969126c218a33dbeb6cecbaf..a6295868ea792b27efd826f6db73e4002e523cec 100644
(file)
--- a/
src/sockets.c
+++ b/
src/sockets.c
@@
-134,7
+134,7
@@
restart:
static int local_socket_enqueue(asocket *s, apacket *p)
{
- D("LS(%d): enqueue %d\n", s->id, p->len);
+
//
D("LS(%d): enqueue %d\n", s->id, p->len);
p->ptr = p->data;