Skip to content

Commit

Permalink
g.extension: less confusing metadata warning
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Dec 23, 2019
1 parent 1e5146f commit 0a4d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/g.extension/g.extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ def install_private_extension_xml(url, mlist):
tnode.append(bnode)
tree.append(tnode)
else:
grass.warning("Addons already exist in metadata file; not updated!")
grass.verbose("Addon already listed in metadata file; metadata not updated!")
write_xml_modules(xml_file, tree)

return mlist
Expand Down

0 comments on commit 0a4d715

Please sign in to comment.