dedis / onet

Overlay Network for distributed protocols
GNU Lesser General Public License v3.0
51 stars 29 forks source link

`log.Error`'s is not behaving as documented #602

Closed tharvik closed 4 years ago

tharvik commented 4 years ago

from go doc

func Error(args ...interface{})
    Error prints out the error message and quits. If the argument is an error,
    it will print the stack trace.

but it doesn't quits.

ineiti commented 4 years ago

That's an error in the documentation - the fix should not include a change in behaviour.