mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 09:48:32 +00:00
utils: dialback setproctitle failure message
This isn't in any way fatal, so let's only warn about it with INFO, not ERROR. Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
529c24df9b
commit
2681c0e7ea
@ -1458,7 +1458,7 @@ int setproctitle(char *title)
|
|||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
strcpy((char*)arg_start, title);
|
strcpy((char*)arg_start, title);
|
||||||
else
|
else
|
||||||
SYSERROR("setting cmdline failed");
|
INFO("setting cmdline failed - %s", strerror(errno));
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user