summaryrefslogtreecommitdiff
path: root/src/server/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/httpd.c')
-rw-r--r--src/server/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/httpd.c b/src/server/httpd.c
index 348a081b..103c92f0 100644
--- a/src/server/httpd.c
+++ b/src/server/httpd.c
@@ -296,7 +296,7 @@ int handle_request(struct MHD_Connection * connection, const char * url)
}
else
{
- printf("Tcl OK\n");
+ LOG_DEBUG("Tcl OK");
/* FIX!!! how to handle mime types??? */
const char *result;
int reslen;