confile_utils: replace logging functions

parent 341e6516
...@@ -503,7 +503,7 @@ int lxc_veth_mode_to_flag(int *mode, const char *value) ...@@ -503,7 +503,7 @@ int lxc_veth_mode_to_flag(int *mode, const char *value)
return 0; return 0;
} }
return minus_one_set_errno(EINVAL); return ret_set_errno(-1, EINVAL);
} }
static struct lxc_macvlan_mode { static struct lxc_macvlan_mode {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment