projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
audiod.c: Fix stat task restarting.
[paraslash.git]
/
http_send.c
diff --git
a/http_send.c
b/http_send.c
index
3de313c
..
ccd441a
100644
(file)
--- a/
http_send.c
+++ b/
http_send.c
@@
-105,8
+105,7
@@
static void http_post_select(fd_set *rfds, __a_unused fd_set *wfds)
phsd->status = HTTP_INVALID_GET_REQUEST;
} else {
phsd->status = HTTP_GOT_GET_REQUEST;
- PARA_INFO_LOG("%s",
- "received get request\n");
+ PARA_INFO_LOG("received get request\n");
}
}
break;