diff --git a/mod_http_upload/src/mod_http_upload.erl b/mod_http_upload/src/mod_http_upload.erl index 41b8841..6c086f6 100644 --- a/mod_http_upload/src/mod_http_upload.erl +++ b/mod_http_upload/src/mod_http_upload.erl @@ -856,7 +856,7 @@ identify(Path) -> height = list_to_integer(H), width = list_to_integer(W)}}; _ -> - ?ERROR_MSG("failed to identify type of ~s: ~s", [Path, Res]), + ?DEBUG("failed to identify type of ~s: ~s", [Path, Res]), {error, Res} end.