Log: controller: improve message for failed local executor connection
Use the new lrmd__new() constructor when connecting from the controller to the
local executor, so we can give a more detailed log message on failures.
This also functionizes A_LRM_CONNECT handling for code isolation and
readability, and renames lrm_state_ipc_connect() to
controld_connect_local_executor() to follow current naming guidelines.