Unverified Commit f00d8562 by 2xsec Committed by Christian Brauner

utils: fix coding styles

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent a6e61f49
...@@ -321,7 +321,7 @@ int setproctitle(char *title) ...@@ -321,7 +321,7 @@ int setproctitle(char *title)
if (ret == 0) if (ret == 0)
(void)strlcpy((char*)arg_start, title, len); (void)strlcpy((char*)arg_start, title, len);
else else
SYSINFO("setting cmdline failed"); SYSWARN("Failed to set cmdline");
return ret; return ret;
} }
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