Hello, Here is copy-paste of supervisor:start_child. start_child(SupRef, ChildSpec) -> Result Result = {ok,Child} | {ok,Child,Info} | {error,Error} When supervisor return {ok,Child,Info} instead of {ok, Child}? I've never seen such return. - Dmitry