Removed the epic editor from the tree. Why was it even there? It wasn't being used.
[citadel.git] / webcit / static.c
index 650db18f02e3061fcdf11ca6abd4ddc23452f6ab..3110da191d8e4abb9372ddb65b05c84bc02cbf35 100644 (file)
@@ -61,7 +61,7 @@ void output_static(const char *what) {
        }
        else {
                if (fstat(fd, &statbuf) == -1) {
-                       syslog(LOG_INFO, "output_static('%s')  -- FSTAT FAILED --\n", what);
+                       syslog(LOG_INFO, "output_static('%s') : %s", what, strerror(errno));
                        if (strstr(content_type, "image/") != NULL) {
                                output_error_pic("Stat failed!", strerror(errno));
                        }