remove debug print form plugin_core
This commit is contained in:
parent
3fa72fd250
commit
39581f9b2c
|
@ -216,7 +216,6 @@ static handler_t core_handle_static(vrequest *vr, gpointer param, gpointer *cont
|
|||
default:
|
||||
vr->response.http_status = 500;
|
||||
}
|
||||
g_print("%d\n", vr->response.http_status);
|
||||
} else if ((fd = open(vr->physical.path->str, O_RDONLY)) == -1) {
|
||||
VR_DEBUG(vr, "open() failed: %s (%d)", g_strerror(errno), errno);
|
||||
|
||||
|
|
Loading…
Reference in New Issue