aboutsummaryrefslogtreecommitdiff
path: root/src/Server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server.c')
-rw-r--r--src/Server.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Server.c b/src/Server.c
index 4bc852f..d274915 100644
--- a/src/Server.c
+++ b/src/Server.c
@@ -368,7 +368,10 @@ static httpPage *FindPage(char *path, char **residual)
pagedata = NULL;
-printf ("Searching for '%s'\n", path);
+#ifdef HTTP_DEBUG
+ printf ("Searching for '%s'\n", path);
+#endif
+
if(pages)
{
/* Check for index.html */