diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index bbb2dfe7f..803c45e6e 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -1317,7 +1317,7 @@ static int sendFile(const char *url) | |||
1317 | close(f); | 1317 | close(f); |
1318 | } else { | 1318 | } else { |
1319 | #if DEBUG | 1319 | #if DEBUG |
1320 | bb_perror_msg("Unable to open '%s'", url); | 1320 | bb_perror_msg("unable to open '%s'", url); |
1321 | #endif | 1321 | #endif |
1322 | sendHeaders(HTTP_NOT_FOUND); | 1322 | sendHeaders(HTTP_NOT_FOUND); |
1323 | } | 1323 | } |