aboutsummaryrefslogtreecommitdiff
path: root/webp.c
diff options
context:
space:
mode:
Diffstat (limited to 'webp.c')
-rw-r--r--webp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/webp.c b/webp.c
index b9efbc3..1028f6d 100644
--- a/webp.c
+++ b/webp.c
@@ -43,7 +43,7 @@ webp_load(FILE *fp, const char *path)
/* Verify it is a webp image */
if (!WebPGetInfo(file_data, image_size, NULL, NULL)) {
- LOG_ERR("%s: not a WebP file", path);
+ LOG_DBG("%s: not a WebP file", path);
goto out;
}