Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Malte L
gajim-plugins
Commits
555585b4
Commit
555585b4
authored
Aug 07, 2018
by
Philipp Hörist
Browse files
[preview] Lower log level on log output
parent
77c3a78e
Changes
1
Hide whitespace changes
Inline
Side-by-side
url_image_preview/url_image_preview.py
View file @
555585b4
...
...
@@ -170,7 +170,7 @@ class Base(object):
if
len
(
real_text
.
split
(
' '
))
>
1
:
# urlparse dont recognises spaces as URL delimiter
log
.
error
(
'Url with text will not be displayed: %s'
,
real_text
)
log
.
debug
(
'Url with text will not be displayed: %s'
,
real_text
)
return
urlparts
=
urlparse
(
real_text
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment