Skip to content

Commit 4990cef

Browse files
committed
fix : logging info
1 parent 0549c5f commit 4990cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_embed_file_plugins/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def cite(md_link_path, link, soup, citation_part, config, callouts, custom_attr,
210210
soup = BeautifulSoup(new_soup, 'html.parser')
211211
return soup
212212
else:
213-
print('**** Citation not found **** : ' + unquote(citation_part), 'for : ', str(md_link_path), ' with link: ' + str(link) + ' and new_uri: ' + str(new_uri), ' and quote: ' + str(quote))
213+
log = logging.getLogger('mkdocs.plugins.' + __name__)
214214
return tooltip_not_found(link, soup, msg)
215215

216216

0 commit comments

Comments
 (0)