aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.c b/src/url.c
index 083ceecba..8282f9217 100644
--- a/src/url.c
+++ b/src/url.c
@@ -1199,7 +1199,7 @@ url_parse_text (memory_pool_t * pool, struct worker_task *task, struct mime_text
}
}
}
- else {
+ else if (rc != URI_ERRNO_OK) {
msg_info ("extract of url '%s' failed: %s", url_str, url_strerror (rc));
}
}