Skip to content

goautils: Turn runtime warnings into debug prints, which they really are

Milan Crha requested to merge wip/goautils-debug-prints into master

These warnings are aimed for debugging. They needlessly clutter users' journal logs, because the code can gracefully handle these errors.

Merge request reports