Conditional_USER_HAS_PIC() was leaving the download file open, causing the actual...
[citadel.git] / webcit / downloads.c
index 993b075b2e6b0c8810a2036e4cca6a8666cb0022..9c1050522d5a043bcf13d57ec6a80a307f0ee969 100644 (file)
@@ -407,7 +407,10 @@ void output_image(void)
                        }
                }
                /* hm... unknown mimetype? fallback to blank gif */
-       } 
+       }
+       else { 
+               syslog(LOG_DEBUG, "OIMG failed: %s", ChrPtr(Buf));
+       }
 
        
        /*