2
0
Fork 0

remove debug print form plugin_core

This commit is contained in:
Thomas Porzelt 2009-03-06 17:22:52 +01:00
parent 3fa72fd250
commit 39581f9b2c
1 changed files with 0 additions and 1 deletions

View File

@ -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);